2004-05-24 09:58:19 +02:00
|
|
|
# New ports collection makefile for: linux-libmng
|
|
|
|
# Date created: 01/09/18
|
|
|
|
# Whom: mranner@inode.at
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libmng
|
2006-08-04 01:29:12 +02:00
|
|
|
PORTVERSION= 1.0.9
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 2
|
2004-05-24 09:58:19 +02:00
|
|
|
CATEGORIES= graphics linux
|
2006-08-04 01:29:12 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
2004-05-24 09:58:19 +02:00
|
|
|
|
2009-03-20 18:49:26 +01:00
|
|
|
MAINTAINER= michael@ranner.eu
|
2004-05-24 09:58:19 +02:00
|
|
|
COMMENT= RPM of libmng
|
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-libmng-[0-9]* linux-f10-libmng-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2006-08-04 01:29:12 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= jpeg
|
2006-08-04 01:29:12 +02:00
|
|
|
LINUX_DIST_VER= 4
|
- 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
|
2006-08-04 01:29:12 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2004-05-24 09:58:19 +02:00
|
|
|
|
2006-08-04 01:29:12 +02:00
|
|
|
PLIST?= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
2004-05-24 09:58:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|