2003-03-02 04:50:08 +00:00
|
|
|
# New ports collection makefile for: zenity
|
|
|
|
# Date created: 01 Mar 2003
|
|
|
|
# Whom: Franz Klammer <klammer@webonaut.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zenity
|
2004-01-01 18:46:39 +00:00
|
|
|
PORTVERSION= 1.8
|
2003-03-02 04:50:08 +00:00
|
|
|
CATEGORIES= x11 gnome
|
2003-05-11 00:25:26 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
|
2004-01-01 18:46:39 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
2003-03-02 04:50:08 +00:00
|
|
|
|
|
|
|
MAINTAINER= klammer@webonaut.com
|
|
|
|
COMMENT= Display GNOME dialogs from the command line
|
|
|
|
|
2003-05-07 00:47:00 +00:00
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2003-04-14 20:52:19 +00:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2003-05-07 00:47:00 +00:00
|
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2003-03-02 04:50:08 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2003-04-14 20:52:19 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2
|
2003-03-02 04:50:08 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_REINPLACE= yes
|
2004-01-01 18:46:39 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-05-11 00:25:26 +00:00
|
|
|
|
|
|
|
MAN1= zenity.1
|
|
|
|
|
2003-10-14 19:28:28 +00:00
|
|
|
CONFLICTS= gtkada-1.2.*
|
|
|
|
|
2003-08-14 04:26:30 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
2003-03-02 04:50:08 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2003-03-03 02:57:10 +00:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|@DATADIRNAME@|share|'
|
2003-03-02 04:50:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|