2001-04-07 01:39:16 -04:00
|
|
|
# New ports collection makefile for: etherape
|
|
|
|
# Date created: 4 April 2001
|
|
|
|
# Whom: Holger Lamm <holger@eit.uni-kl.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= etherape
|
2001-08-13 08:48:44 -04:00
|
|
|
PORTVERSION= 0.8.2
|
2001-04-07 01:39:16 -04:00
|
|
|
CATEGORIES= net gnome
|
2001-07-22 00:39:26 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-04-07 01:39:16 -04:00
|
|
|
|
2001-08-22 19:07:23 -04:00
|
|
|
MAINTAINER= petef@FreeBSD.org
|
2001-04-07 01:39:16 -04:00
|
|
|
|
2001-08-13 08:48:44 -04:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
2001-07-22 00:39:26 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-05-04 17:41:30 -04:00
|
|
|
USE_GNOME= yes
|
2001-07-22 00:39:26 -04:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
MAN1= etherape.1
|
2001-04-07 01:39:16 -04:00
|
|
|
|
2001-07-22 00:39:26 -04:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's!^confdir = .*!confdir = ${PREFIX}/share/etherape!' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2001-04-07 01:39:16 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|