mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
522 B
Makefile
26 lines
522 B
Makefile
# New ports collection makefile for: seahaven
|
|
# Date created: 23 Dec 1998
|
|
# Whom: imp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= seahaven
|
|
PORTVERSION= 1.44
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://seahaven.sourceforge.net/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= imp@FreeBSD.org
|
|
COMMENT= The classic, lightweight version of Seahaven Towers
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN6?= seahaven.6
|
|
PLIST_FILES= bin/seahaven
|
|
|
|
.include <bsd.port.mk>
|