2001-05-20 05:59:29 +02:00
|
|
|
# New ports collection makefile for: libvanessa_adt
|
|
|
|
# Date created: 28 April 2001
|
|
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvanessa_adt
|
2005-10-30 12:08:21 +01:00
|
|
|
PORTVERSION= 0.0.7
|
2001-05-20 05:59:29 +02:00
|
|
|
CATEGORIES= devel
|
2002-12-12 09:38:25 +01:00
|
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
2001-05-20 05:59:29 +02:00
|
|
|
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
|
|
|
|
DISTNAME= vanessa_adt-${PORTVERSION}
|
|
|
|
|
2005-12-19 11:06:19 +01:00
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Library that provides ADTs (queues, dynamic arrays and more)
|
2001-05-20 05:59:29 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= YES
|
2001-05-20 05:59:29 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-23 17:08:33 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2001-05-20 05:59:29 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-07-11 13:35:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2001-05-20 05:59:29 +02:00
|
|
|
.include <bsd.port.mk>
|