freebsd-ports/sysutils/pessulus/Makefile
Joe Marcus Clarke 588995ea2d Add a missing dependency on pygnomedesktop.
Reported by:	QA Tinderbox
2009-01-11 18:45:22 +00:00

40 lines
961 B
Makefile

# New ports collection makefile for: pessulus
# Date created: 14 March 2006
# Whom: FreeBSD GNOME Team
#
# $FreeBSD$
# $MCom: ports/sysutils/pessulus/Makefile,v 1.18 2008/09/22 10:47:05 kwm Exp $
#
PORTNAME= pessulus
PORTVERSION= 2.24.0
PORTREVISION= 1
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 pygnomedesktop
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>