1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/graphics/png/Makefile
1999-08-25 06:16:32 +00:00

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.3
PKGNAME= png-1.0.3
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>