1320de8504
Port of the original Newtella client in Linux/GTK+. Newtella is a P2P protocol based on Gnutella. The main difference between Gnutella and Newtella is that the latter allows only mp3 sharing. PR: ports/36959 Submitted by: Haikal Saadh <wyldephyre2@yahoo.com>
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# New ports collection makefile for: gnewtellium
|
|
# Date created: 9 April 2002
|
|
# Whom: haikal
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnewtellium
|
|
PORTVERSION= 0.05b
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= wyldephyre2@yahoo.com
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOCONF= yes
|
|
|
|
.include <bsd.port.mk>
|