3f651573ad
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.
28 lines
695 B
Makefile
28 lines
695 B
Makefile
# New ports collection makefile for: libgdgeda
|
|
# Date created: 4 April 2001
|
|
# Whom: bruno schwander <bruno@tinkerbox.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgdgeda
|
|
PORTVERSION= 2.0.15
|
|
CATEGORIES= graphics cad
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \
|
|
http://www.geda.seul.org/devel/support/ \
|
|
http://www.tinkerbox.org/projects/files/gEDA/
|
|
|
|
MAINTAINER= bruno@tinkerbox.org
|
|
COMMENT= Special version of the gd graphic lib for use by gEDA programs
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig gnomehack
|
|
USE_LIBTOOL_VER=13
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|