summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libwnck/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 03:28:35 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 03:28:35 +0800
commit174ee5687d11e7de94dee2fbe48dafaa5b6ee40d (patch)
tree04c872a9b8923c63acdb4b106a702ec9dfb50a8e /x11-toolkits/libwnck/Makefile
parent021beb6ee554c54fa5a3cf7a7f45a6894a187a60 (diff)
downloadmarcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar
marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.gz
marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.bz2
marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.lz
marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.xz
marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.tar.zst
marcuscom-ports-174ee5687d11e7de94dee2fbe48dafaa5b6ee40d.zip
-Add CONFLICTS with the each others.
-Add GNOME_DESKTOP_VERSION. The libwnck probably will be changed, but I need to do more research to see if I can resolve the conflicts between 2.x and 3.x. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15786 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-rw-r--r--x11-toolkits/libwnck/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
new file mode 100644
index 000000000..d24ae0b33
--- /dev/null
+++ b/x11-toolkits/libwnck/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: libwnck
+# Date created: 12 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/libwnck/Makefile,v 1.76 2010/12/04 07:34:20 ade Exp $
+# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.133 2010/11/17 11:38:29 kwm Exp $
+#
+
+PORTNAME= libwnck
+PORTVERSION= 2.30.6
+PORTREVISION?= 0
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Library used for writing pagers and taskslists
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+
+CONFLICTS= libwnck-3.[0-9]*
+
+USE_GETTEXT= yes
+USE_XORG= xres
+USE_GMAKE= yes
+USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack
+USE_BISON= build
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
+
+.endif