3e3c2a4dae
this syncs with the updated gd sources.
20 lines
490 B
Makefile
20 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/07/17 02:51:43 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= libgdgeda-1.8
|
|
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.11:../../graphics/png
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
CPPFLAGS+= -I${PREFIX}/include
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|