aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-f8-ungif/Makefile
blob: d13e7b3021cf69a4a46bb7d23e1f1f5a8a46fff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=   1
CATEGORIES= graphics linux

MAINTAINTER=    maho@FreeBSD.org
COMMENT=    RPM of the ungif lib

.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"