mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
26 lines
605 B
Makefile
26 lines
605 B
Makefile
# New ports collection makefile for: PNG images library
|
|
# Version required: 1*
|
|
# Date created: 5 Dec 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.15 1998/09/17 00:50:48 asami Exp $
|
|
#
|
|
|
|
DISTNAME= libpng-1.0.2
|
|
PKGNAME= png-1.0.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
MAN3= libpng.3 libpngpf.3
|
|
MAN5= png.5
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && cp scripts/makefile.std Makefile
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|