blob: b0078d7e8cde1720f083d6be18706ed49cdf60b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: vdkbuilder
# Date created: 29 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vdkbuilder
PORTVERSION= 1.0.6
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
INSTALLS_SHLIBS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|