freebsd-ports/devel/linux-libglade/Makefile

21 lines
427 B
Makefile
Raw Normal View History

2001-02-12 17:40:05 +01:00
# 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
MAINTAINER= taoka@FreeBSD.org
2001-02-12 17:40:05 +01:00
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"