1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/xroach/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

34 lines
740 B
Makefile

# Created by: markm
# $FreeBSD$
PORTNAME= xroach
PORTVERSION= 4.4
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= https://cyber.dabamos.de/pub/distfiles/
DISTNAME= ${PORTNAME}
MAINTAINER= kidon@posteo.de
COMMENT= Cockroaches hide under your windows
DPADD+= ${LOCALBASE}/lib/libX11.a ${LIBM}
CFLAGS+= -I${LOCALBASE}/include
LDADD+= -L${LOCALBASE}/lib -lX11 -lm
MANDIR= ${LOCALBASE}/man/man
BINOWN= bin
BINDIR= ${LOCALBASE}/bin
BINMODE= 755
USES= imake xorg
USE_XORG= x11 xext
USE_CSTD= gnu99
PLIST_FILES= bin/xroach man/man6/xroach.6.gz
do-install:
${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6
.include <bsd.port.mk>