blob: 1f217f2dd97522060d0c914bcff0397d11cef100 (
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
|
# New ports collection makefile for: gtk-imonc
# Date Created: 26. October 2002
# Whom: Steffen Vogelreuter
#
# $FreeBSD$
#
PORTNAME= gtk-imonc
PORTVERSION= 0.4.4
PORTREVISION= 1
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
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
--with-libiconv-prefix=${LOCALBASE}
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gtk12
USE_ICONV= yes
USE_REINPLACE= yes
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>
|