mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
5d725fe00c
OK'ed by: ache
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# New ports collection makefile for: PNG images library
|
|
# Version required: 1*
|
|
# Date created: 5 Dec 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= libpng-1.0.5
|
|
PKGNAME= png-1.0.5
|
|
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>
|