diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 16:40:05 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-02-12 16:40:05 +0000 |
commit | 5428f5520519349abd73947388229d4155b47b44 (patch) | |
tree | daceecce731a125972b8d032550d15aa0992ae95 /devel/linux-libglade/Makefile | |
parent | RPM of libxml (diff) |
RPM of libglade
Diffstat (limited to 'devel/linux-libglade/Makefile')
-rw-r--r-- | devel/linux-libglade/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/linux-libglade/Makefile b/devel/linux-libglade/Makefile new file mode 100644 index 000000000000..a06a9773f639 --- /dev/null +++ b/devel/linux-libglade/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: linux-libglade +# Date created: 2001.02.08 +# Whom: taoka@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= libglade +.if (${MACHINE_ARCH} == "i386") +PORTVERSION= 0.6 +.elif (${MACHINE_ARCH} == "alpha") +PORTVERSION= 0.7 +.endif +CATEGORIES= devel linux + +RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm + +.include "../../x11-toolkits/linux-gtk/Makefile" |