blob: c9b2fc401597bff59864d035f4c90113a47e78ac (
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
PORTVERSION= 0.14
PORTREVISION= 2
CATEGORIES= devel linux
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= RPM of libglade
RPM_SET= libglade-${PORTVERSION}-3.${ARCH}.rpm
.include "../../x11-toolkits/linux-gtk/Makefile"
|