freebsd-ports/graphics/kludge3d/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

42 lines
1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: kludge3d
# Date created: May 7, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= kludge3d
PORTVERSION= 20031224
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple 3d editor
LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds \
gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
PLIST_FILES= bin/kludge3d
USE_PYTHON= yes
USE_GL= yes
USE_GNOME= gnometarget gtk20
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-lib-GL
CPPFLAGS= -I${LOCALBASE}/include -L${X11BASE}/include \
-I${PYTHON_INCLUDEDIR} ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib \
-L${PYTHON_LIBDIR}/config ${PTHREAD_LIBS}
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|@EXTRA_CFLAGS@|@CFLAGS@|g ; \
s| install-pixmapsDATA||g'
.include <bsd.port.mk>