0b6aed9df9
incorrectly inherited from the linux-gtk port because it was not previously overridden in this slave port). Noticed by: eikbot Approved by: portmgr (self)
28 lines
778 B
Makefile
28 lines
778 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
|
|
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"
|