blob: 377baac40ce75d032753350a2e24d9a7b683b187 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: PNG images library
# Version required: 0.89c
# Date created: 5 Dec 1995
# Whom: ache
#
# $Id: Makefile,v 1.7 1996/08/19 10:30:59 asami Exp $
#
DISTNAME= libpng-0.89c
PKGNAME= png-0.89c
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
|