diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-16 06:17:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-16 06:17:34 +0800 |
commit | 5be586bfd87210a68b407e926f05d43e859f0b15 (patch) | |
tree | 156428e703826945621f8d70765acccc91b01d7b /x11-toolkits/libwnck/Makefile | |
parent | b37097de8d95b33ac0ad5401d4e088f8f8904d10 (diff) | |
download | marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.tar marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.tar.gz marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.tar.bz2 marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.tar.lz marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.tar.xz marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.tar.zst marcuscom-ports-5be586bfd87210a68b407e926f05d43e859f0b15.zip |
- Update to 2.15.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6265 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile new file mode 100644 index 000000000..5d88e51c4 --- /dev/null +++ b/x11-toolkits/libwnck/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: libwnck +# Date created: 12 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.70 2006/04/13 07:52:43 bland Exp $ +# + +PORTNAME= libwnck +PORTVERSION= 2.15.2 +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 +PREFIX?= ${X11BASE} + +.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= yes +INSTALLS_SHLIB= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> + +.endif |