1997-12-02 22:39:50 -05:00
|
|
|
# OpenBSD makefile for: PNG images library
|
1998-03-12 19:37:52 -05:00
|
|
|
# Version required: 1.0.0
|
1997-12-02 22:39:50 -05:00
|
|
|
# Date created: December 2, 1997
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
1998-03-12 19:37:52 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 1998/03/13 00:37:52 jason Exp $
|
1997-12-02 22:39:50 -05:00
|
|
|
#
|
|
|
|
|
1998-03-12 19:37:52 -05:00
|
|
|
DISTNAME= libpng-1.0.0
|
|
|
|
PKGNAME= png-1.0.0
|
1997-12-02 22:39:50 -05:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
|
|
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
|
1998-03-12 19:37:52 -05:00
|
|
|
pre-patch:
|
|
|
|
cp ${WRKSRC}/scripts/makefile.std $(WRKSRC)/Makefile
|
1997-12-02 22:39:50 -05:00
|
|
|
|
1998-02-12 09:38:32 -05:00
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
1997-12-02 22:39:50 -05:00
|
|
|
.include <bsd.port.mk>
|