freebsd-ports/net-p2p/gkrellm-gift/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

32 lines
861 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= 4
CATEGORIES= net
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/gift
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_X_PREFIX= yes
PLIST_FILES= libexec/gkrellm2/plugins/gift.so
post-install:
${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so
.include <bsd.port.mk>