1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/graphics/png/Makefile
Andrey A. Chernov 24428df5d0 Upgrade to 0.96
1997-06-24 13:16:00 +00:00

23 lines
493 B
Makefile

# New ports collection makefile for: PNG images library
# Version required: 0.96
# Date created: 5 Dec 1995
# Whom: ache
#
# $Id: Makefile,v 1.8 1996/11/18 11:29:00 asami 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:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>