blob: 98f6115b35e870888cb53255eddd70e2169028e8 (
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
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: vdkbuilder
# Date created: 29 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vdkbuilder
PORTVERSION= 1.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.sourceforge.net/vdkbuilder/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
USE_NEWGCC= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GTK= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnuregex"
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
CONFIGURE_ARGS+=--enable-gnome
.else
CONFIGURE_ARGS+=--enable-gnome=no
.endif
.include <bsd.port.post.mk>
|