1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/graphics/png/Makefile

24 lines
533 B
Makefile
Raw Normal View History

1995-12-05 02:48:19 +00:00
# New ports collection makefile for: PNG images library
1998-03-02 19:43:31 +00:00
# Version required: 0.99e
1995-12-05 02:48:19 +00:00
# Date created: 5 Dec 1995
# Whom: ache
#
1998-03-02 19:43:31 +00:00
# $Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp $
1995-12-05 02:48:19 +00:00
#
1998-03-02 19:43:31 +00:00
DISTNAME= libpng-0.99e
PKGNAME= png-0.99e
CATEGORIES= graphics
1995-12-05 02:48:19 +00:00
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
MAINTAINER= ache@FreeBSD.org
1998-03-02 19:43:31 +00:00
MAKEFILE= makefile.std
MAN3= libpng.3 libpngpf.3
MAN5= png.5
1995-12-05 02:48:19 +00:00
post-install:
1997-07-17 15:13:02 +00:00
${LDCONFIG} -m ${PREFIX}/lib
1995-12-05 02:48:19 +00:00
.include <bsd.port.mk>