aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gtk-imonc/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-05-28 16:47:10 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-05-28 16:47:10 +0000
commit738e5f0bd1d184b0899e3bf6b475c9c847cc6098 (patch)
tree6b262624d85c630a771e3dd8d96969ae942e5791 /sysutils/gtk-imonc/Makefile
parent589356884aa40f68e3a4e4c93a063a6a4b9e5598 (diff)
Notes
Diffstat (limited to 'sysutils/gtk-imonc/Makefile')
-rw-r--r--sysutils/gtk-imonc/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile
index 1f217f2dd975..9d3b69c5c200 100644
--- a/sysutils/gtk-imonc/Makefile
+++ b/sysutils/gtk-imonc/Makefile
@@ -6,26 +6,20 @@
#
PORTNAME= gtk-imonc
-PORTVERSION= 0.4.4
-PORTREVISION= 1
+PORTVERSION= 0.6.2
CATEGORIES= sysutils
MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
-MAINTAINER= steffen@vogelreuter.de
-COMMENT= A gtk based client to control an one disc fli4l router
+MAINTAINER= aberg@doomnet.de
+COMMENT= A GTK2-based imond-client to control an on(e) disc fli4l router
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
- --with-libiconv-prefix=${LOCALBASE}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gtk12
USE_ICONV= yes
-USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_GNOME= gtk20
USE_X_PREFIX= yes
-pre-configure:
- @${REINPLACE_CMD} -e 's|ac_default_prefix=/usr/local|ac_default_prefix=${PREFIX}|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>