be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
32 lines
611 B
Makefile
32 lines
611 B
Makefile
# Created by: Andrey Zakhvatov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xoids
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= XCONTRIB/games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X Window Asteroids style game with full color pixmaps
|
|
|
|
NOT_FOR_ARCHS= mips64
|
|
NOT_FOR_ARCHS_REASON= unknown architecture
|
|
|
|
USES= imake xorg
|
|
USE_XORG= xpm
|
|
|
|
PLIST_FILES= bin/xoids \
|
|
man/man6/xoids.6.gz
|
|
PORTDOCS= README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-extract:
|
|
@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|