2004-07-19 07:10:12 +02:00
|
|
|
# New ports collection makefile for: preps-gui
|
|
|
|
# Date created: Fri Mar 19 14:27:30 EET 2004
|
|
|
|
# Whom: shadow@psoft.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
PORTNAME= preps
|
|
|
|
PORTVERSION= 2.0.4
|
2007-10-25 01:37:25 +02:00
|
|
|
PORTREVISION= 6
|
2004-07-19 07:10:12 +02:00
|
|
|
CATEGORIES= devel
|
2007-06-14 16:50:09 +02:00
|
|
|
MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/
|
2005-10-13 23:59:39 +02:00
|
|
|
PKGNAMESUFFIX= -gui
|
2004-07-19 07:10:12 +02:00
|
|
|
DISTNAME= preps-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= prep
|
|
|
|
|
2006-04-05 23:04:30 +02:00
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
2004-07-19 07:10:12 +02:00
|
|
|
COMMENT= Problem reporting system
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools
|
2005-02-28 02:50:22 +01:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2004-07-19 07:10:12 +02:00
|
|
|
USE_GMAKE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gtk20 gconf2 libgnomeui
|
2005-10-13 23:59:39 +02:00
|
|
|
USE_PGSQL= yes
|
|
|
|
INSTALLS_OMF= yes
|
|
|
|
GCONF_SCHEMAS= preps.schema
|
2004-07-19 07:10:12 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-07-19 07:10:12 +02:00
|
|
|
CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \
|
|
|
|
--with-plpgsqldir=${LOCALBASE} \
|
2005-10-13 23:59:39 +02:00
|
|
|
--with-libprepsdir=${LOCALBASE} \
|
|
|
|
--localstatedir=/var
|
|
|
|
|
|
|
|
post-patch:
|
2007-10-25 01:37:25 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|@PACKAGE@/gnome/help|gnome/help|g' \
|
2006-10-14 10:54:54 +02:00
|
|
|
${WRKSRC}/help/C/Makefile.in
|
2004-07-19 07:10:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|