freebsd-ports/graphics/png/Makefile

26 lines
565 B
Makefile
Raw Normal View History

1995-12-05 03:48:19 +01:00
# New ports collection makefile for: PNG images library
1998-07-10 01:39:44 +02:00
# Version required: 1*
1995-12-05 03:48:19 +01:00
# Date created: 5 Dec 1995
# Whom: ache
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
1995-12-05 03:48:19 +01:00
#
DISTNAME= libpng-1.0.5
PKGNAME= png-1.0.5
CATEGORIES= graphics
1995-12-05 03:48:19 +01:00
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
MAINTAINER= ache@FreeBSD.org
1998-09-17 08:30:34 +02:00
MAN3= libpng.3 libpngpf.3
1998-03-02 20:43:31 +01:00
MAN5= png.5
1998-03-28 14:48:46 +01:00
do-configure:
cd ${WRKSRC} && ${CP} scripts/makefile.std Makefile
1998-03-28 14:48:46 +01:00
1995-12-05 03:48:19 +01:00
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1995-12-05 03:48:19 +01:00
.include <bsd.port.mk>