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)
31 lines
843 B
Makefile
31 lines
843 B
Makefile
# New ports collection makefile for: libvanessa_adt
|
|
# Date created: 28 April 2001
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libvanessa_adt
|
|
PORTVERSION= 0.0.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
|
|
DISTNAME= vanessa_adt-${PORTVERSION}
|
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
|
COMMENT= Library that provides ADTs (queues, dynamic arrays and more)
|
|
|
|
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger
|
|
|
|
USE_LDCONFIG= YES
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|