blob: c7f2963b285026a13a4c36c548176eec49c9e62d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gnubile
# Date created: 19 May 2000
# Whom: Klaus Herrmann <klaus.herrmann@gmx.net>
#
# $FreeBSD$
#
PORTNAME= gnubile
PORTVERSION= 0.20
CATEGORIES= net gnome audio
MASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/116705/folder/127699/
MAINTAINER= klaus.herrmann@gmx.net
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|