54a0b86543
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.
32 lines
650 B
Makefile
32 lines
650 B
Makefile
# New ports collection makefile for: gaim-bangexec
|
|
# Date created: 17 April 2005
|
|
# Whom: kevinb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bangexec
|
|
PORTVERSION= 1.3.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ignorance
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
MAINTAINER= kruptos@mlinux.org
|
|
COMMENT= Command interpreter plugin for gaim
|
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_REINPLACE= yes
|
|
|
|
PLIST_FILES= lib/gaim/bangexec.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|