diff options
Diffstat (limited to 'devel/preps-gui/Makefile')
-rw-r--r-- | devel/preps-gui/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/devel/preps-gui/Makefile b/devel/preps-gui/Makefile new file mode 100644 index 000000000..cd1b6ea90 --- /dev/null +++ b/devel/preps-gui/Makefile @@ -0,0 +1,36 @@ +# 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= 4 +CATEGORIES= devel +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ +PKGNAMESUFFIX= -gui +DISTNAME= preps-${PORTVERSION} +DIST_SUBDIR= prep + +MAINTAINER= jmelo@FreeBSD.org +COMMENT= Problem reporting system + +RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools + +USE_XLIB= yes +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 + +.include <bsd.port.mk> |