blob: 0e6f7084ad5a8e0d6c7d02592b07089314f6490c (
plain) (
blame)
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: seahaven
# Date created: 23 Dec 1998
# Whom: imp
#
# $FreeBSD$
#
PORTNAME= seahaven
PORTVERSION= 1.41
CATEGORIES= games
MASTER_SITES= http://seahaven.sourceforge.net/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= imp@FreeBSD.org
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN6?= seahaven.6
.include <bsd.port.mk>
|