2013-03-08 12:32:11 +01:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2002-04-24 18:05:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libzvt
|
2002-07-01 00:20:44 +02:00
|
|
|
PORTVERSION= 2.0.1
|
2014-04-23 15:25:16 +02:00
|
|
|
PORTREVISION= 23
|
2002-04-24 18:05:17 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-04-24 18:05:17 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Library components for Zed's Virtual Terminal
|
2002-04-24 18:05:17 +02:00
|
|
|
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= bison gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
- 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_XORG= x11
|
2007-03-26 21:56:40 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-03-08 12:32:11 +01:00
|
|
|
USE_GNOME= gnomeprefix gtk20 libartlgpl2
|
2014-04-22 12:02:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2002-04-24 18:05:17 +02:00
|
|
|
|
2003-02-07 19:42:25 +01:00
|
|
|
post-patch:
|
2003-11-13 13:03:59 +01:00
|
|
|
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-04-24 18:05:17 +02:00
|
|
|
's|malloc\.h|stdlib.h|g'
|
2009-01-11 19:39:40 +01:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
|
2009-01-12 23:03:39 +01:00
|
|
|
's|-DG[[:alpha:]]*_DISABLE_DEPRECATED||g'
|
2002-04-24 18:05:17 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|