freebsd-ports/graphics/png/Makefile

22 lines
520 B
Makefile
Raw Normal View History

1995-12-04 21:48:19 -05:00
# New ports collection makefile for: PNG images library
# Version required: 0.81
# Date created: 5 Dec 1995
# Whom: ache
#
1996-01-25 00:48:16 -05:00
# $Id: Makefile,v 1.2 1995/12/05 02:57:05 ache Exp $
1995-12-04 21:48:19 -05:00
#
DISTNAME= libpng-0.81
PKGNAME= png-0.81
1995-12-04 21:57:05 -05:00
CATEGORIES+= graphics
1995-12-04 21:48:19 -05:00
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
LIB_DEPENDS= z\\.0\\.95:${PORTSDIR}/devel/libz
MAKEFILE= makefile
MAINTAINER= ache@FreeBSD.org
post-install:
1996-01-25 00:48:16 -05:00
/sbin/ldconfig -m ${PREFIX}/lib
1995-12-04 21:48:19 -05:00
.include <bsd.port.mk>