1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-toolkits/vdkbuilder/Makefile

29 lines
644 B
Makefile
Raw Normal View History

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$
#
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
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>