mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
26 lines
612 B
Makefile
26 lines
612 B
Makefile
# Created by: jmelo@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prepstools
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Problem reporting system
|
|
|
|
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PGSQL= yes
|
|
USES= gmake pkgconfig libtool
|
|
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
|
INSTALL_TARGET= install-strip
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|