2000-01-31 04:00:50 +00:00
|
|
|
# New ports collection makefile for: vdkbuilder
|
|
|
|
# Date created: 29 January 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 01:11:24 +00:00
|
|
|
PORTNAME= vdkbuilder
|
2000-07-16 12:35:16 +00:00
|
|
|
PORTVERSION= 1.2.2
|
2000-01-31 04:00:50 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
2000-06-29 08:28:18 +00:00
|
|
|
MASTER_SITES= http://download.sourceforge.net/vdkbuilder/
|
2000-01-31 04:00:50 +00:00
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
2000-06-29 08:28:18 +00:00
|
|
|
LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
|
2000-01-31 04:00:50 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_NEWGCC= yes
|
2000-06-29 08:28:18 +00:00
|
|
|
USE_GMAKE= yes
|
2000-01-31 04:00:50 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-01-31 04:00:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
2000-06-29 08:28:18 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
2000-01-31 04:00:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|