2005-10-13 23:59:39 +02:00
|
|
|
# New ports collection makefile for: prepstools
|
|
|
|
# Date created: 2005-08-02
|
2006-04-05 23:04:30 +02:00
|
|
|
# Whom: jmelo@FreeBSD.org
|
2004-03-23 14:21:45 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
PORTNAME= prepstools
|
|
|
|
PORTVERSION= 2.0.2
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2006-04-05 23:04:30 +02:00
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
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
|
|
|
|
2007-02-10 07:05:06 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-01-31 01:35:55 +01:00
|
|
|
USE_PGSQL= yes
|
2004-03-23 14:21:45 +01:00
|
|
|
USE_GMAKE= yes
|
2005-10-13 23:59:39 +02:00
|
|
|
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
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>
|