freebsd-ports/games/xmille/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
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.
2019-11-05 22:16:14 +00:00

29 lines
621 B
Makefile

# Created by: swallace
# $FreeBSD$
PORTNAME= xmille
PORTVERSION= 2.0
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= XCONTRIB/games
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= X window mille bourne game
WRKSRC= ${WRKDIR}/Mille
USES= imake xorg
USE_XORG= x11 xext
PLIST_FILES= bin/xmille man/man1/xmille.1.gz
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -Wno-error=return-type
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmille ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmille.man ${STAGEDIR}${MANPREFIX}/man/man1/xmille.1
.include <bsd.port.mk>