1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/libgdgeda/Makefile
2003-02-21 12:17:17 +00:00

26 lines
644 B
Makefile

# New ports collection makefile for: libgdgeda
# Date created: 4 April 2001
# Whom: bruno schwander <bruno@tinkerbox.org>
#
# $FreeBSD$
#
PORTNAME= libgdgeda
PORTVERSION= 1.8
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_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>