diff options
author | agc <agc> | 1997-10-06 13:29:36 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-06 13:29:36 +0000 |
commit | ca4627ef7619bb159b847debf1cbb97b11cbc26d (patch) | |
tree | 5058c5ead6fe4cc247b8c2e431718236fdc520d6 /graphics/png/Makefile | |
parent | df03ac421a15fe4bd0d9a726cc69d109d1d0c249 (diff) | |
download | pkgsrc-ca4627ef7619bb159b847debf1cbb97b11cbc26d.tar.gz |
Initial import of FreeBSD graphics ports into the NetBSD packages
system.
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile new file mode 100644 index 00000000000..f5a7d796b9f --- /dev/null +++ b/graphics/png/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: PNG images library +# Version required: 0.96 +# Date created: 5 Dec 1995 +# Whom: ache +# +# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp +# + +DISTNAME= libpng-0.96 +PKGNAME= png-0.96 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.org + +MAKEFILE= makefile + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |