1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/linux-f10-libmng/Makefile
Emanuel Haupt 1f1c285bba Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by:	distilator
Reviewed by:	netchild (emulation)
2011-03-03 09:26:45 +00:00

30 lines
678 B
Makefile

# New ports collection makefile for: graphics/linux-f10-libmng
# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libmng
PORTVERSION= 1.0.9
CATEGORIES= graphics linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of libmng (Linux Fedora 10)
CONFLICTS= linux-libmng-[0-9]* linux-f8-libmng-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= jpeg
LINUX_DIST_VER= 10
RPMVERSION= 7
USE_LDCONFIG= yes
PLIST_FILES= usr/lib/libmng.so.1 usr/lib/libmng.so.1.0.0
.include <bsd.port.mk>