6112ab5ce5
GTK+ frontend to SETI@Home PR: 28502 Submitted by: Pete Fritchman <petef@databits.net>
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# Ports collection makefile for: fooseti
|
|
# Date created: 28 June 2001
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fooseti
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/
|
|
|
|
MAINTAINER= petef@databits.net
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GTK= yes
|
|
|
|
.include <bsd.port.mk>
|