diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-19 20:31:47 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-19 20:31:47 +0800 |
commit | 4c53abdae4ab4e0eeccda508bb871a35d63117e5 (patch) | |
tree | 2ae23382d2f6ec509d47da6ff0470db113eab53f /x11-toolkits/libwnck/Makefile | |
parent | 8d5c4ff1aafcf883675e6ea7868491e4543fe6ec (diff) | |
download | marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.tar marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.tar.gz marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.tar.bz2 marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.tar.lz marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.tar.xz marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.tar.zst marcuscom-ports-4c53abdae4ab4e0eeccda508bb871a35d63117e5.zip |
Update to 2.27.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12474 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..82a665257 --- /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-stable/x11-toolkits/libwnck/Makefile,v 1.3 2009/04/15 17:27:23 kwm Exp $ +# + +PORTNAME= libwnck +PORTVERSION= 2.27.4 +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) + +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification + +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:15 +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> + +.endif |