summaryrefslogtreecommitdiff
path: root/graphics/linux-f10-png/Makefile
blob: d54f7fa5db57fd77f76ee9abe14c6d5d4915f948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: linux-png
# Date created:		28 September 2000
# Whom:                 sanpei@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	png
PORTVERSION=	1.2.7
PORTREVISION=	4
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=	freebsd-emulation@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"