blob: 80944a55522d8f034371354b546e04635fc67716 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: galaxis
# Date created: 30 June 1997
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= galaxis
PORTVERSION= 1.8
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/galaxis/
MAINTAINER= gjb@FreeBSD.org
COMMENT= Clone of the nifty little Macintosh game
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
ALL_TARGET= ${PORTNAME}
USE_GMAKE= yes
MAN6= galaxis.6
PLIST_FILES= bin/galaxis
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6
.include <bsd.port.mk>
|