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.
28 lines
686 B
Makefile
28 lines
686 B
Makefile
# New ports collection makefile for: libmspack
|
|
# Date created: 25 Nov 2004
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmspack
|
|
PORTVERSION= 0.0.20040308
|
|
PORTREVISION= 2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= A library for Microsoft compression formats
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GETOPT_LONG= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,\*this,*self,'\
|
|
-e 's,@param\( *\)this,@param\1self,' ${WRKSRC}/mspack/mspack.h
|
|
|
|
.include <bsd.port.mk>
|