freebsd-ports/net-p2p/gkrellm-gift/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

35 lines
962 B
Makefile

# New ports collection makefile for: gkrellm-gift
# Date created: Mon May 3 08:48:47 CEST 2004
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= gift
PORTVERSION= 0.2.3
PORTREVISION= 7
CATEGORIES= net-p2p
MASTER_SITES= ftp://ftp.code-monkey.de/pub/gkrellm-gift/ \
http://depot.fsck.ch/mirror/distfiles/
PKGNAMEPREFIX= gkrellm-
DISTNAME= ${PKGNAMEPREFIX}giFT-${PORTVERSION}
MAINTAINER= ports@fsck.ch
COMMENT= GKrellM2 plugin that monitors active giFT transfers
LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= libexec/gkrellm2/plugins/gift.la \
libexec/gkrellm2/plugins/gift.so
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
post-install:
${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so
.include <bsd.port.mk>