freebsd-ports/devel/preps-gui/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

39 lines
945 B
Makefile

# New ports collection makefile for: preps-gui
# Date created: Fri Mar 19 14:27:30 EET 2004
# Whom: shadow@psoft.net
#
# $FreeBSD$
#
PORTNAME= preps
PORTVERSION= 2.0.4
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/
PKGNAMESUFFIX= -gui
DISTNAME= preps-${PORTVERSION}
DIST_SUBDIR= prep
MAINTAINER= jmelo@FreeBSD.org
COMMENT= Problem reporting system
RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gtk20 gconf2 libgnomeui
USE_PGSQL= yes
INSTALLS_OMF= yes
GCONF_SCHEMAS= preps.schema
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \
--with-plpgsqldir=${LOCALBASE} \
--with-libprepsdir=${LOCALBASE} \
--localstatedir=/var
post-patch:
@${REINPLACE_CMD} -e 's|@PACKAGE@/gnome/help|gnome/help|g' \
${WRKSRC}/help/C/Makefile.in
.include <bsd.port.mk>