aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gtk-imonc/Makefile
blob: cd31e0340b5d26ed1a890ac312447e7366a000c4 (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
# New ports collection makefile for:	gtk-imonc
# Date Created:				26. October 2002
# Whom:					Steffen Vogelreuter
#
# $FreeBSD$
#

PORTNAME=	gtk-imonc
PORTVERSION=	0.3a
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 gnomehier
USE_REINPLACE=	yes
USE_X_PREFIX=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|gtk-config|gtk12-config|g ; \
			      s|/usr/local|${X11BASE}|g' \
				${WRKSRC}/configure

.include <bsd.port.mk>