1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/xgalaga/Makefile
Alexey Dokuchaev 6d613e2879 - Fix parallel (-jX) builds, remove jobs unsafe mark
- Fix MASTER_SITES, define LICENSE (GPLv2)
- Improve COMMENT and port description, add WWW link
- Utilize newly added option helpers, sort the knobs
2013-07-31 05:36:33 +00:00

36 lines
699 B
Makefile

# Created by: Satoshi Asami <asami@FreeBSD.org>
# $FreeBSD$
PORTNAME= xgalaga
PORTVERSION= 2.1.1.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
COMMENT= Clone of the classic game Galaga for X11
LICENSE= GPLv2
USES= gmake
USE_XORG= xpm xmu
HAS_CONFIGURE= yes
# xgalaga has a very strange usage of these variables...
CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \
--mandir=${LOCALBASE}/man \
--exec_prefix=${LOCALBASE}/bin
MAN6= xgalaga.6x
MANCOMPRESSED= yes
OPTIONS_DEFINE= SOUND
OPTIONS_DEFAULT= SOUND
OPTIONS_SUB= yes
SOUND_CONFIGURE_OFF= --without-sound
post-install:
@${STRIP_CMD} ${PREFIX}/bin/xgalaga
.include <bsd.port.mk>