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$
|
|
|
|
#
|
|
|
|
PORTNAME= ungif
|
|
|
|
PORTVERSION= 4.1.0
|
|
|
|
PORTREVISION= 0
|
|
|
|
CATEGORIES= graphics linux
|
|
|
|
|
|
|
|
MAINTAINTER= 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
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} == "i386")
|
|
|
|
RPM_SET= libungif-4.1.0-7.${MACHINE_ARCH}.rpm
|
|
|
|
.else
|
|
|
|
RPM_SET= libungif-4.1.0-8.${MACHINE_ARCH}.rpm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../x11-toolkits/linux-gtk/Makefile"
|