aboutsummaryrefslogtreecommitdiff
path: root/devel/prepstools/Makefile
blob: a365f0a832cf3057b4595228160a6214a958edc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	prepstools
# Date created:		2005-08-02
# Whom:			jmelo@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	prepstools
PORTVERSION=	2.0.2
PORTREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	http://webpages.charter.net/stuffle/preps/download/files/

MAINTAINER=	jmelo@FreeBSD.org
COMMENT=	Problem reporting system

RUN_DEPENDS=	postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server

USE_AUTOTOOLS=	libtool:15
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>