diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-22 18:47:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-22 18:47:05 +0800 |
commit | 919d3fdbff8fb831f4e68e1a69aa5340ec984241 (patch) | |
tree | 8196153619be330147a9b17d31359742c93b10b4 /sysutils/pessulus/Makefile | |
parent | 90da51ba431532bca7b3ead396e266ea076707fd (diff) | |
download | marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.tar marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.tar.gz marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.tar.bz2 marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.tar.lz marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.tar.xz marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.tar.zst marcuscom-ports-919d3fdbff8fb831f4e68e1a69aa5340ec984241.zip |
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11562 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/pessulus/Makefile')
-rw-r--r-- | sysutils/pessulus/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile new file mode 100644 index 000000000..7ceee6233 --- /dev/null +++ b/sysutils/pessulus/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: pessulus +# Date created: 14 March 2006 +# Whom: FreeBSD GNOME Team +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= pessulus +PORTVERSION= 2.24.0 +CATEGORIES= sysutils 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= A lockdown editor for GNOME + +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 +WANT_GNOME= yes +USE_PYTHON= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +DOCS= AUTHORS COPYING ChangeLog HACKING \ + MAINTAINERS NEWS README TODO + +.ifndef (NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for i in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |