forked from Lainports/freebsd-ports
- Repomove devel/libpreps to devel/prepstools since the project name was changed. - Give maintainership for devel/prepstools and devel/preps-gui to submitter since the maintainer has been inactive for more than a year. - Update devel/prepstools to 2.0.2. - Update devel/preps-gui to 2.0.4. PR: ports/84591 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
30 lines
725 B
Makefile
30 lines
725 B
Makefile
# New ports collection makefile for: prepstools
|
|
# Date created: 2005-08-02
|
|
# Whom: jmelo@freebsdbrasil.com.br
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prepstools
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://webpages.charter.net/stuffle/linux/preps/
|
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
|
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
|
|
USE_LIBTOOL_VER=15
|
|
|
|
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>
|