2005-10-13 23:59:39 +02:00
|
|
|
# New ports collection makefile for: prepstools
|
|
|
|
# Date created: 2005-08-02
|
|
|
|
# Whom: jmelo@freebsdbrasil.com.br
|
2004-03-23 14:21:45 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
PORTNAME= prepstools
|
|
|
|
PORTVERSION= 2.0.2
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2004-03-23 14:21:45 +01:00
|
|
|
CATEGORIES= devel
|
2005-10-31 16:08:07 +01:00
|
|
|
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
|
2004-03-23 14:21:45 +01:00
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
2004-03-23 14:21:45 +01:00
|
|
|
COMMENT= Problem reporting system
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server
|
2004-03-23 14:21:45 +01:00
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
USE_PGSQL= yes
|
2004-03-23 14:21:45 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_REINPLACE= yes
|
2005-10-13 23:59:39 +02:00
|
|
|
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-23 14:21:45 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-03-23 14:21:45 +01:00
|
|
|
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
.include <bsd.port.mk>
|