1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/png/Makefile
1996-02-20 05:35:35 +00:00

24 lines
520 B
Makefile

# New ports collection makefile for: PNG images library
# Version required: 0.88
# Date created: 5 Dec 1995
# Whom: ache
#
# $Id: Makefile,v 1.4 1996/02/19 22:17:28 ache Exp $
#
DISTNAME= libpng-0.88
PKGNAME= png-0.88
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
MAINTAINER= ache@FreeBSD.org
LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz
MAKEFILE= makefile
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>