2009-06-01 19:26:31 +02:00
|
|
|
# New ports collection makefile for: graphics/linux-f10-imlib
|
|
|
|
# Date created: 2009-05-03
|
2009-04-01 17:25:39 +02:00
|
|
|
# Whom: bsam
|
2001-11-07 18:20:54 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= imlib
|
2009-04-01 17:25:39 +02:00
|
|
|
PORTVERSION= 1.9.15
|
2001-11-07 18:20:54 +01:00
|
|
|
CATEGORIES= graphics linux
|
2009-06-01 19:26:31 +02:00
|
|
|
PKGNAMEPREFIX= linux-f10-
|
2009-04-01 17:25:39 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
2001-11-07 18:20:54 +01:00
|
|
|
|
2006-05-02 11:45:37 +02:00
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
2009-06-01 19:26:31 +02:00
|
|
|
COMMENT= RPM of imlib (Linux Fedora 10)
|
|
|
|
|
|
|
|
CONFLICTS= linux-imlib-[0-9]* linux-f8-imlib-[0-9]*
|
2001-11-07 18:20:54 +01:00
|
|
|
|
2006-05-01 19:28:17 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2009-06-01 19:26:31 +02:00
|
|
|
LINUX_DIST_VER= 10
|
|
|
|
RPMVERSION= 9.fc10
|
2009-04-01 17:25:39 +02:00
|
|
|
BRANDELF_FILES= usr/bin/imlib_config
|
- 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-05-01 19:28:17 +02:00
|
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
2001-11-07 18:20:54 +01:00
|
|
|
|
2006-05-01 19:28:17 +02:00
|
|
|
.include <bsd.port.mk>
|