blob: a06a9773f639fe437fad11f65d9f34ea187e0ba2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|