freebsd-ports/graphics/png/Makefile

23 lines
493 B
Makefile
Raw Normal View History

1995-12-04 21:48:19 -05:00
# New ports collection makefile for: PNG images library
1997-06-24 09:16:00 -04:00
# Version required: 0.96
1995-12-04 21:48:19 -05:00
# Date created: 5 Dec 1995
# Whom: ache
#
1997-06-24 09:16:00 -04:00
# $Id: Makefile,v 1.8 1996/11/18 11:29:00 asami Exp $
1995-12-04 21:48:19 -05:00
#
1997-06-24 09:16:00 -04:00
DISTNAME= libpng-0.96
PKGNAME= png-0.96
CATEGORIES= graphics
1995-12-04 21:48:19 -05:00
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
1997-06-24 09:16:00 -04:00
EXTRACT_SUFX= .tgz
1995-12-04 21:48:19 -05:00
MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
1995-12-04 21:48:19 -05:00
post-install:
1996-01-25 00:48:16 -05:00
/sbin/ldconfig -m ${PREFIX}/lib
1995-12-04 21:48:19 -05:00
.include <bsd.port.mk>