6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
32 lines
750 B
Makefile
32 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.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics linux
|
|
DISTNAME= libpng-${PORTVERSION}-2
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= RPM of the PNG lib
|
|
|
|
# no alpha rpm is available
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
|
|
PLIST_FILES= \
|
|
usr/lib/libpng.so.3 \
|
|
usr/lib/libpng.so.3.${PORTVERSION} \
|
|
usr/lib/libpng12.so.0 \
|
|
usr/lib/libpng12.so.0.${PORTVERSION} \
|
|
usr/share/man/man5/png.5.gz
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
|
|
PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
|
|
|
|
.include <bsd.port.mk>
|