mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
ce801f61fa
PR: ports/52077 Submitted by: maintainer
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# New ports collection makefile for: gtk-imonc
|
|
# Date Created: 26. October 2002
|
|
# Whom: Steffen Vogelreuter
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-imonc
|
|
PORTVERSION= 0.4.4
|
|
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/_/-/}
|
|
ALL_TARGET= #empty
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
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>
|