1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/galaxis/Makefile
Dmitry Marakasov a257fe99a1 - Cleanup makefile
- Use more informative pkg-descr
- Pass maintainership to submitter

PR:		ports/171273
Submitted by:	nemysis <nemysis@gmx.ch>
2012-09-07 23:35:52 +00:00

28 lines
601 B
Makefile

# 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= nemysis@gmx.ch
COMMENT= Clone of the nifty little Macintosh game
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
ALL_TARGET= ${PORTNAME}
USE_GMAKE= yes
MAN6= ${PORTNAME}.6
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6/
.include <bsd.port.mk>