mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f0583b9afd
Excessive number of 4's instead of 3's by: sobomax
37 lines
880 B
Makefile
37 lines
880 B
Makefile
# New ports collection makefile for: PNG images library
|
|
# ftp://ftp.libpng.org/pub/png/libpng.html
|
|
# Date created: 5 Dec 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired
|
|
# png version number) when updating this port. Thank you.
|
|
|
|
PORTNAME= png
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= lib${PORTNAME}
|
|
DISTNAME= lib${PKGNAME}
|
|
|
|
PATCH_SITES= ftp://ftp.libpng.org/pub/png/src/
|
|
#PATCHFILES=
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
INSTALLS_SHLIB= yes
|
|
SHLIB_VER= 4
|
|
|
|
MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
|
|
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
|
|
|
|
MAN3= libpng.3 libpngpf.3
|
|
MAN5= png.5
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && ${CP} scripts/makefile.std Makefile
|
|
|
|
.include <bsd.port.mk>
|