blob: 16b9fb8440ec6c39e1d9d402a6eaf7ff6ae5b16b (
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
|
# New ports collection makefile for: linux-png
# Date created: 28 September 2000
# Whom: sanpei@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= png
PORTVERSION= 1.2.2
PORTREVISION= 0
CATEGORIES= graphics linux
MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= RPM of the PNG lib
CONFLICTS= linux-png-1.0.*
# no alpha rpm is available
ONLY_FOR_ARCHS= i386
BASEVERSION= 8.0
RPM_SET= libpng-${PORTVERSION}-8.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
|