mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
042afb8649
of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# New ports collection makefile for: blockade
|
|
# Date created: 29 May 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blockade
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.geocities.com/TimesSquare/Zone/5267/
|
|
DISTFILES= blockade-1_00-linux.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An X version of the `blockade' Macintosh game
|
|
|
|
USE_XLIB= yes
|
|
|
|
MAN6= blockade.6
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/blockade.6 ${PREFIX}/man/man6
|
|
|
|
.include <bsd.port.mk>
|