mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
29 lines
716 B
Makefile
29 lines
716 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= stas@FreeBSD.org
|
|
COMMENT= Special version of the gd graphic lib for use by gEDA programs
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig gnomehack
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|