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.
31 lines
781 B
Makefile
31 lines
781 B
Makefile
# New ports collection makefile for: libmusclecard
|
|
# Date created: 2005-04-15
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmusclecard
|
|
PORTVERSION= 1.2.9.b.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://alioth.debian.org/download.php/977/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MUSCLE Card Framework
|
|
|
|
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
|
|
|
|
WRKSRC= ${WRKDIR}/libmusclecard-${PORTVERSION:S/.b./-beta/}
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-muscledropdir=${LOCALBASE}/lib/pcsc/services
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gnomehack
|
|
INSTALLS_SHLIB= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
MAN8= bundleTool.8
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,LDLIBS,LIBS,g" ${WRKSRC}/configure
|
|
${REINPLACE_CMD} -e "s,SUBDIRS = doc,SUBDIRS =," ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|