freebsd-ports/games/xgalaga/Makefile

39 lines
760 B
Makefile
Raw Normal View History

# Created by: asami
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
PORTNAME= xgalaga
PORTVERSION= 2.1.1.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
2003-02-20 18:32:26 +01:00
COMMENT= Galaga resurrected on X
USE_GMAKE= yes
USE_XORG= xpm xmu
HAS_CONFIGURE= yes
MAN6= xgalaga.6x
MANCOMPRESSED= yes
1998-05-28 09:39:25 +02:00
# xgalaga has a very strange usage of these variables...
CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \
--mandir=${LOCALBASE}/man \
--exec_prefix=${LOCALBASE}/bin
1998-05-28 09:39:25 +02:00
OPTIONS_DEFINE= SOUND
OPTIONS_DEFAULT= SOUND
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MSOUND)
1998-05-28 09:39:25 +02:00
CONFIGURE_ARGS+= --without-sound
PLIST_SUB= SOUND="@comment "
.else
PLIST_SUB= SOUND=""
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/xgalaga
.include <bsd.port.mk>