1995-12-05 03:48:19 +01:00
|
|
|
# New ports collection makefile for: PNG images library
|
1996-07-17 22:08:06 +02:00
|
|
|
# Version required: 0.89c
|
1995-12-05 03:48:19 +01:00
|
|
|
# Date created: 5 Dec 1995
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1996-08-19 12:31:04 +02:00
|
|
|
# $Id: Makefile,v 1.6 1996/07/17 20:07:25 ache Exp $
|
1995-12-05 03:48:19 +01:00
|
|
|
#
|
|
|
|
|
1996-07-17 22:08:06 +02:00
|
|
|
DISTNAME= libpng-0.89c
|
|
|
|
PKGNAME= png-0.89c
|
1995-12-05 03:57:05 +01:00
|
|
|
CATEGORIES+= graphics
|
1995-12-05 03:48:19 +01:00
|
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
|
|
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
|
1996-02-20 06:35:35 +01:00
|
|
|
MAKEFILE= makefile
|
|
|
|
|
1995-12-05 03:48:19 +01:00
|
|
|
post-install:
|
1996-01-25 06:48:16 +01:00
|
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
1995-12-05 03:48:19 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|