6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
28 lines
646 B
Makefile
28 lines
646 B
Makefile
# New ports collection makefile for: linux-png
|
|
# Date created: 28 September 2000
|
|
# Whom: sanpei@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= png
|
|
PORTVERSION= 1.0.18
|
|
CATEGORIES= graphics linux
|
|
DISTNAME= libpng10-${PORTVERSION}-2
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= RPM of the PNG lib (old 1.0 version)
|
|
|
|
LATEST_LINK= linux-png10
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
INSTALLS_SHLIB= yes
|
|
|
|
PLIST_FILES= usr/lib/libpng.so.2.${PORTVERSION} \
|
|
usr/lib/libpng.so.2
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION}
|
|
PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt
|
|
|
|
.include <bsd.port.mk>
|