efce0dc2ee
a few bugfixes in the GUI. Bump PORTREVISION as a result.
21 lines
412 B
Makefile
21 lines
412 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GTK= yes
|
|
|
|
.include <bsd.port.mk>
|