From d3b8ef4b75da09ebc165292f904985788125a5a9 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Nov 2007 21:04:00 +0000 Subject: Update to 2.21.2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9936 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/libwnck/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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..446ea2996 --- /dev/null +++ b/x11-toolkits/libwnck/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: libwnck +# Date created: 12 April 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.98 2007/10/17 21:36:14 mezz Exp $ +# + +PORTNAME= libwnck +PORTVERSION= 2.21.2 +PORTREVISION?= 0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library used for writing pagers and taskslists + +USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification + +USE_GETTEXT= yes +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gtk20 ltverhack referencehack +USE_BISON= build +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include + +.endif -- cgit v1.2.3