blob: 1cce9ff6c30ee7a2d9891b54c5fd0bc12eb2ed9d (
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
30
31
32
33
34
35
36
37
38
39
40
|
# New ports collection makefile for: preps-gui
# Date created: Fri Mar 19 14:27:30 EET 2004
# Whom: shadow@psoft.net
#
# $FreeBSD$
#
PORTNAME= preps
PORTVERSION= 2.0.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
PKGNAMESUFFIX= -gui
DISTNAME= preps-${PORTVERSION}
DIST_SUBDIR= prep
MAINTAINER= jmelo@FreeBSD.org
COMMENT= Problem reporting system
RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20 gconf2 libgnomeui
USE_PGSQL= yes
INSTALLS_OMF= yes
GCONF_SCHEMAS= preps.schema
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \
--with-plpgsqldir=${LOCALBASE} \
--with-libprepsdir=${LOCALBASE} \
--localstatedir=/var
post-patch:
@${REINPLACE_CMD} -e 's#^\(omf_dest_dir\).*#\1=${PREFIX}/share/gnome/omf/@PACKAGE@#' \
${WRKSRC}/omf.make ${WRKSRC}/help/C/Makefile.in
.include <bsd.port.mk>
|