mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c438809093
Remove conflict between linux-png and linux-png10. Use DOCSDIR, PORTDOCS and PLIST_FILES macros.
28 lines
750 B
Makefile
28 lines
750 B
Makefile
# New ports collection makefile for: linux-png
|
|
# Date created: 28 September 2000
|
|
# Whom: sanpei@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= png
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \
|
|
http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= RPM of the PNG lib
|
|
|
|
DIST_SUBDIR= rpm/i386/fc3
|
|
# no alpha rpm is available
|
|
ONLY_FOR_ARCHS= i386
|
|
RPM_SET= libpng-${PORTVERSION}-1.i386.rpm
|
|
|
|
PLIST_FILES= usr/lib/libpng12.so.0.1.2.7 \
|
|
usr/share/man/man5/png.5.gz
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/libpng-1.2.27
|
|
PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
|
|
|
|
.include "../../x11-toolkits/linux-gtk/Makefile"
|