2005-10-13 23:59:39 +02:00
|
|
|
# New ports collection makefile for: prepstools
|
|
|
|
# Date created: 2005-08-02
|
2006-04-05 23:04:30 +02:00
|
|
|
# Whom: jmelo@FreeBSD.org
|
2004-03-23 14:21:45 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
PORTNAME= prepstools
|
2010-06-19 20:50:15 +02:00
|
|
|
PORTVERSION= 2.2.0
|
2004-03-23 14:21:45 +01:00
|
|
|
CATEGORIES= devel
|
2005-10-31 16:08:07 +01:00
|
|
|
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
|
2004-03-23 14:21:45 +01:00
|
|
|
|
2010-06-19 20:50:15 +02:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2004-03-23 14:21:45 +01:00
|
|
|
COMMENT= Problem reporting system
|
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server
|
2004-03-23 14:21:45 +01:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2005-01-31 01:35:55 +01:00
|
|
|
USE_PGSQL= yes
|
2004-03-23 14:21:45 +01:00
|
|
|
USE_GMAKE= yes
|
2005-10-13 23:59:39 +02:00
|
|
|
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
2004-03-23 14:21:45 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-23 14:21:45 +01:00
|
|
|
|
2005-10-13 23:59:39 +02:00
|
|
|
.include <bsd.port.mk>
|