1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/prepstools/Makefile
Vanilla I. Shu 6bfecff103 1: Stagify.
2: strip binary.
3: USES=libtool, bump version.
2014-07-08 14:44:54 +00:00

27 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>