1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/linux-f10-libglade/Makefile
2001-02-12 16:40:05 +00:00

19 lines
396 B
Makefile

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