summaryrefslogblamecommitdiff
path: root/x11-toolkits/vdkbuilder/Makefile
blob: 8a17a65adc2c870e4fc4e19d3bbe75bc5365570a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 





                                                         
                          
                     
                            
                                                           


                                 
                                                  
 
                   
                   
                   


                   
                   
                                                   
                                                    
 









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