3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
27 lines
663 B
Makefile
27 lines
663 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= 3
|
|
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_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,\*this,*self,'\
|
|
-e 's,@param\( *\)this,@param\1self,' ${WRKSRC}/mspack/mspack.h
|
|
|
|
.include <bsd.port.mk>
|