freebsd-ports/x11-toolkits/vdkbuilder/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

39 lines
897 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= A general ide tool for GTK+/VDK
LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
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 ${HAVE_GNOME:Mgnomelibs}!=""
USE_GNOME+= gnomeprefix gnomehack gnomelibs
CONFIGURE_ARGS+=--enable-gnome
PKGNAMESUFFIX= -gnome
PLIST_SUB= DATADIR="share/gnome"
.else
CONFIGURE_ARGS+=--enable-gnome=no
PLIST_SUB= DATADIR="share"
.endif
.include <bsd.port.post.mk>