freebsd-ports/x11-toolkits/vdk/Makefile
Ying-Chieh Liao 758c92452a upgrade to 1.2.5
No Response from:	nakai (maintainer)
2001-05-23 06:57:15 +00:00

34 lines
655 B
Makefile

# New ports collection makefile for: vdk
# Date created: 30 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vdk
PORTVERSION= 1.2.5
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vdkbuilder
MAINTAINER= nakai@FreeBSD.org
USE_NEWGCC= 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"
MAN1= vdk-config.1
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
CONFIGURE_ARGS+= --enable-gnome
.endif
.include <bsd.port.post.mk>