mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
2269d793e3
wrong with using that as a package name. Convert Makefile from xasteroids to xpilot along the way. Josh, next time look at the headers too. :)
18 lines
404 B
Makefile
18 lines
404 B
Makefile
# New ports collection makefile for: xpilot
|
|
# Version required: 3-3-1
|
|
# Date created: 18 July 1995
|
|
# Whom: jmacd
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/07/18 06:17:59 jmacd Exp $
|
|
#
|
|
|
|
DISTNAME= xpilot-3.3.1
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
WRKSRC= ${WRKDIR}/xpilot-3.3.1/src
|
|
|
|
.include <bsd.port.mk>
|