3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
32 lines
763 B
Makefile
32 lines
763 B
Makefile
# New ports collection makefile for: dclib
|
|
# Date created: Wed 10 Jul 2002
|
|
# Whom: Sverrir Valgeirsson <e96sv@yahoo.se> and
|
|
# Amar Takhar <verm@drunkmonk.net> et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dclib
|
|
PORTVERSION= 0.2.21
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.berlios.de/dcgui/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= Direct connect interface library for dcgui
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL_VER=13
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|