1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/xgalaga/Makefile
Guido Falsi 157deba61d Update to 2.1.1.0.
PR:		ports/167227
Approved by:	crees (mentor)
2012-05-13 15:41:23 +00:00

41 lines
841 B
Makefile

# New ports collection makefile for: xgalaga
# Date created: 27 August 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xgalaga
PORTVERSION= 2.1.1.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
COMMENT= Galaga resurrected on X
USE_GMAKE= yes
USE_XORG= xpm xmu
HAS_CONFIGURE= yes
MAN6= xgalaga.6x
MANCOMPRESSED= yes
# xgalaga has a very strange usage of these variables...
CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \
--mandir=${LOCALBASE}/man \
--exec_prefix=${LOCALBASE}/bin
OPTIONS= SOUND "Sound support" on
.include <bsd.port.pre.mk>
.if defined(WITHOUT_SOUND) || defined(NOSOUND)
CONFIGURE_ARGS+= --without-sound
PLIST_SUB= SOUND="@comment "
.else
PLIST_SUB= SOUND=""
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/xgalaga
.include <bsd.port.post.mk>