summaryrefslogtreecommitdiffstats
path: root/graphics/cairomm/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-06 12:40:57 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-06 12:40:57 +0800
commita5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4 (patch)
tree6a64a147e0e89a4eccfd5520d0e5213f2ec62859 /graphics/cairomm/Makefile
parent1e3bd81084e420c75c36ac53c06c2a53101c6bf1 (diff)
downloadmarcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.tar
marcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.tar.gz
marcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.tar.bz2
marcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.tar.lz
marcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.tar.xz
marcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.tar.zst
marcuscom-ports-a5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4.zip
- Update to 1.1.10
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6512 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairomm/Makefile')
-rw-r--r--graphics/cairomm/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index cf3e90088..17ebe7bde 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -3,14 +3,13 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/cairomm/Makefile,v 1.1 2006/06/27 17:11:24 marcus Exp $
#
PORTNAME= cairomm
-PORTVERSION= 0.6.0
-PORTREVISION= 1
+PORTVERSION= 1.1.10
CATEGORIES= graphics
-MASTER_SITES= http://cairographics.org/releases/
+MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ interface to cairo
@@ -23,12 +22,13 @@ INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN="Does not build"
+BROKEN= Does not build
.endif
.if defined(NOPORTDOCS)