1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11-toolkits/vdkbuilder/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

39 lines
918 B
Makefile

# New ports collection makefile for: vdkbuilder
# Date created: 29 January 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vdkbuilder
PORTVERSION= 2.4.0
PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}2-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A general ide tool for GTK+/VDK
LIB_DEPENDS= vdk.6:${PORTSDIR}/x11-toolkits/vdk
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk20
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-opt=no
USE_LDCONFIG= yes
MAN1= vdkb2.1
post-patch:
@${REINPLACE_CMD} -e \
's|cflag="-s"|cflag="$$CXXFLAGS"|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|: install-IconsDATA|:|g' ${WRKSRC}/data/res/Makefile.in
.include <bsd.port.mk>