diff options
author | Maho Nakata <maho@FreeBSD.org> | 2002-11-24 00:48:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2002-11-24 00:48:47 +0000 |
commit | 34546d301c67a94e883814f371bd8fb2ae57d54d (patch) | |
tree | f3ea9867cab3e7a1e8394a9b3ed22a46d780e8f2 /graphics/linux-f10-ungif/Makefile | |
parent | 4fb17247943ea449a89a8f94fd535678f7872fb7 (diff) |
Notes
Diffstat (limited to 'graphics/linux-f10-ungif/Makefile')
-rw-r--r-- | graphics/linux-f10-ungif/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/linux-f10-ungif/Makefile b/graphics/linux-f10-ungif/Makefile new file mode 100644 index 000000000000..6052042a39d3 --- /dev/null +++ b/graphics/linux-f10-ungif/Makefile @@ -0,0 +1,19 @@ +# 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 + +.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" |