2002-11-24 01:48:47 +01:00
|
|
|
# New ports collection makefile for: linux-ungif
|
|
|
|
# Date created: 22 November 2002
|
|
|
|
# Whom: Nakata Maho <maho@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2006-09-16 23:45:40 +02:00
|
|
|
|
2002-11-24 01:48:47 +01:00
|
|
|
PORTNAME= ungif
|
2006-05-01 19:28:17 +02:00
|
|
|
PORTVERSION= 4.1.3
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 3
|
2002-11-24 01:48:47 +01:00
|
|
|
CATEGORIES= graphics linux
|
2006-09-16 23:45:40 +02:00
|
|
|
DISTNAME= libungif-${PORTVERSION}-3.fc4.2
|
2002-11-24 01:48:47 +01:00
|
|
|
|
2006-09-16 23:45:40 +02:00
|
|
|
MAINTAINER= maho@FreeBSD.org
|
2003-02-20 20:31:37 +01:00
|
|
|
COMMENT= RPM of the ungif lib
|
2002-11-24 01:48:47 +01:00
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-ungif-[0-9]* linux-f10-ungif-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2006-09-16 23:45:40 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2005-10-29 00:47:45 +02:00
|
|
|
|
2006-05-01 19:28:17 +02:00
|
|
|
USE_LINUX_RPM= yes
|
2006-09-16 23:45:40 +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-05-01 19:28:17 +02:00
|
|
|
PLIST= pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
2002-11-24 01:48:47 +01:00
|
|
|
|
2006-05-01 19:28:17 +02:00
|
|
|
.include <bsd.port.mk>
|