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
|
|
|
|
PORTVERSION= 1.0.6
|
2000-01-31 04:00:50 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://www.programmers.net/artic/Motta/vdk/
|
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= vdk.1:${PORTSDIR}/x11-toolkits/vdk
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_NEWGCC= yes
|
|
|
|
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}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|