9a44f22e54
- Take maintainership PR: ports/139457 Submitted by: myself Feature safe: yes
28 lines
638 B
Makefile
28 lines
638 B
Makefile
# New ports collection makefile for: prepstools
|
|
# Date created: 2005-08-02
|
|
# Whom: jmelo@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prepstools
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= Problem reporting system
|
|
|
|
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_PGSQL= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|