summaryrefslogtreecommitdiff
path: root/graphics/png/Makefile
blob: 7cee8c507eb4f66b015b99d05e6ee885ef3bc871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>