freebsd-ports/games/xblood/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

25 lines
490 B
Makefile

# Created by: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
# $FreeBSD$
PORTNAME= xblood
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://kozos.jp/myfreesoft/
MAINTAINER= ports@FreeBSD.org
COMMENT= Makes the root window bloody
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
MAKE_ENV= X11BASE=${LOCALBASE}
USES= xorg
USE_XORG= x11
PLIST_FILES= bin/xblood man/man1/xblood.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xblood
.include <bsd.port.mk>