blob: b48045e8919f4995e1066ea37eb0a21ac21cadae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: fooseti
# Date created: 28 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= fooseti
PORTVERSION= 0.6.6
PORTREVISION= 3
CATEGORIES= astro
# mastersite disappeared February 2003
MASTER_SITES= # http://www-personal.engin.umich.edu/~agorski/fooseti/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ frontend to SETI@Home
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
GNU_CONFIGURE= yes
USE_GNOME= gtk12
.include <bsd.port.mk>
|