2001-04-07 02:08:21 +02:00
|
|
|
# New ports collection makefile for: libgdgeda
|
|
|
|
# Date created: 4 April 2001
|
|
|
|
# Whom: bruno schwander <bruno@tinkerbox.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgdgeda
|
2004-03-07 15:52:40 +01:00
|
|
|
PORTVERSION= 2.0.15
|
2001-04-07 02:08:21 +02:00
|
|
|
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
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Special version of the gd graphic lib for use by gEDA programs
|
2001-04-07 02:08:21 +02:00
|
|
|
|
2001-09-11 04:22:51 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
2001-04-07 02:08:21 +02:00
|
|
|
|
2004-03-07 15:52:40 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2001-04-07 02:08:21 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|