freebsd-ports/devel/linux-f10-libglade2/Makefile
Satoshi Taoka 4a69fe427b In Makefile of the master port, x11-toolkits/linux-gtk,
MAINTAINER= is changed to MAINTAINER?=.
Then, MAINTAINER is able to be added into a slave port's Makefile.
So I added it in this port's Makefile.
2001-03-08 01:14:37 +00:00

21 lines
427 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
MAINTAINER= taoka@FreeBSD.org
RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"