1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/prepstools/Makefile
Jean Milanez Melo 2cc9d91309 - Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by:	mnag (mentor)
2006-04-05 21:04:30 +00:00

31 lines
713 B
Makefile

# New ports collection makefile for: prepstools
# Date created: 2005-08-02
# Whom: jmelo@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= prepstools
PORTVERSION= 2.0.2
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
MAINTAINER= jmelo@FreeBSD.org
COMMENT= Problem reporting system
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server
USE_PGSQL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>