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

23 lines
489 B
Makefile
Raw Normal View History

1995-12-05 02:48:19 +00:00
# New ports collection makefile for: PNG images library
1997-06-24 13:16:00 +00:00
# Version required: 0.96
1995-12-05 02:48:19 +00:00
# Date created: 5 Dec 1995
# Whom: ache
#
1997-07-17 15:13:02 +00:00
# $Id: Makefile,v 1.9 1997/06/24 13:15:47 ache Exp $
1995-12-05 02:48:19 +00:00
#
1997-06-24 13:16:00 +00:00
DISTNAME= libpng-0.96
PKGNAME= png-0.96
CATEGORIES= graphics
1995-12-05 02:48:19 +00:00
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
1997-06-24 13:16:00 +00:00
EXTRACT_SUFX= .tgz
1995-12-05 02:48:19 +00:00
MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
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>