From f93b0d13332aac0b2ea887ef32d1150805f16f28 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 12 Apr 2003 04:41:25 +0000 Subject: Add libwnck-2.3.x. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@584 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/libwnck/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 x11-toolkits/libwnck/Makefile (limited to 'x11-toolkits/libwnck/Makefile') diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile new file mode 100644 index 000000000..e34aa9120 --- /dev/null +++ b/x11-toolkits/libwnck/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: libwnck +# Date created: 12 April 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD: ports/x11-toolkits/libwnck/Makefile,v 1.18 2003/03/07 06:14:04 ade Exp $ +# + +PORTNAME= libwnck +PORTVERSION= 2.3.0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library used for writing pagers and taskslists + +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gtk20 +USE_REINPLACE= yes +USE_BISON= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include -- cgit v1.2.3