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

22 lines
475 B
Makefile
Raw Normal View History

1995-12-05 02:48:19 +00:00
# New ports collection makefile for: PNG images library
1996-07-17 20:08:06 +00:00
# Version required: 0.89c
1995-12-05 02:48:19 +00:00
# Date created: 5 Dec 1995
# Whom: ache
#
# $Id: Makefile,v 1.7 1996/08/19 10:30:59 asami Exp $
1995-12-05 02:48:19 +00:00
#
1996-07-17 20:08:06 +00:00
DISTNAME= libpng-0.89c
PKGNAME= png-0.89c
CATEGORIES= graphics
1995-12-05 02:48:19 +00:00
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
MAINTAINER= ache@FreeBSD.org
MAKEFILE= makefile
1995-12-05 02:48:19 +00:00
post-install:
1996-01-25 05:48:16 +00:00
/sbin/ldconfig -m ${PREFIX}/lib
1995-12-05 02:48:19 +00:00
.include <bsd.port.mk>