314ac1b8ef
version number bump. Bump PKGREVISION for this, and set DIST_SUBDIR accordingly. The change to the distfile consisted of: diff -u -r old/libgdgeda-2.0.15/config/libgdgeda.pc.in new/libgdgeda-2.0.15/config/libgdgeda.pc.in --- old/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-07-01 22:29:48.000000000 +0100 +++ new/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-09-08 01:20:58.000000000 +0100 @@ -7,5 +7,5 @@ Description: gEDA's hacked version of gd Requires: Version: @VERSION@ -Libs: -L${libdir} -lpng -lz -lm +Libs: -L${libdir} -lgdgeda -lpng -lz -lm Cflags: -I${includedir}/libgdgeda
22 lines
524 B
Makefile
22 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.16 2003/11/03 10:51:46 agc Exp $
|
|
#
|
|
|
|
DISTNAME= libgdgeda-2.0.15
|
|
CATEGORIES= graphics
|
|
PKGREVISION= 1
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://www.geda.seul.org/
|
|
COMMENT= Modified version of the gd packages for use with gEDA
|
|
|
|
DIST_SUBDIR= ${PKGNAME}
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_BUILDLINK2= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|