freebsd-ports/x11/gromit/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
683 B
Makefile

# New ports collection makefile for: gromit
# Date Created: 03 Mar 2003
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
PORTNAME= gromit
PORTVERSION= 20041213
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/
MAINTAINER= sergei@FreeBSD.org
COMMENT= GRaphics Over Miscellaneous Objects (Gromit)
USE_GNOME= gtk20
DOCS= AUTHORS ChangeLog README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/gromitrc ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>