20 lines
460 B
Makefile
20 lines
460 B
Makefile
# OpenBSD makefile for: PNG images library
|
|
# Version required: 0.96
|
|
# Date created: December 2, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/02/06 19:17:43 don Exp $
|
|
#
|
|
|
|
DISTNAME= libpng-0.96
|
|
PKGNAME= png-0.96
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MAKEFILE= makefile
|
|
|
|
.include <bsd.port.mk>
|