blob: 07a43035152543771576ca352deab418050c5c51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.6 2001/02/16 15:22:25 wiz Exp $
#
DISTNAME= libgdgeda-1.6
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Modified version of the gd packages for use with gEDA
DEPENDS+= png>=1.0.6:../../graphics/png
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include"
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|