2009-04-01 17:25:39 +02:00
|
|
|
# New ports collection makefile for: graphics/linux-f8-libmng
|
|
|
|
# Date created: 2008-03-28
|
|
|
|
# Whom: bsam
|
2004-05-24 09:58:19 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmng
|
2006-08-04 01:29:12 +02:00
|
|
|
PORTVERSION= 1.0.9
|
2009-06-02 22:14:36 +02:00
|
|
|
PORTREVISION= 1
|
2004-05-24 09:58:19 +02:00
|
|
|
CATEGORIES= graphics linux
|
2009-04-01 17:25:39 +02:00
|
|
|
PKGNAMEPREFIX= linux-f8-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
2004-05-24 09:58:19 +02:00
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
|
|
COMMENT= RPM of libmng (Linux Fedora 8)
|
2004-05-24 09:58:19 +02:00
|
|
|
|
2009-06-02 22:14:36 +02:00
|
|
|
CONFLICTS= linux-libmng-[0-9]* linux-f10-libmng-[0-9]*
|
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2006-08-04 01:29:12 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= jpeg
|
2009-04-01 17:25:39 +02:00
|
|
|
LINUX_DIST_VER= 8
|
|
|
|
RPMVERSION= 5.1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-05-24 09:58:19 +02:00
|
|
|
|
2009-04-01 17:25:39 +02:00
|
|
|
PLIST_FILES= usr/lib/libmng.so.1 usr/lib/libmng.so.1.0.0
|
2004-05-24 09:58:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|