1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11-wm/fluxter/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

31 lines
620 B
Makefile

# Created by: Adam Weinberger
# $FreeBSD$
PORTNAME= fluxter
PORTVERSION= 0.2.0
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://www.hydrus.org.uk/downloads/
MAINTAINER= jgh@FreeBSD.org
COMMENT= Desktop pager for the Fluxbox Slit
LICENSE= GPLv2
USES= gmake xorg
USE_XORG= x11 ice xorgproto xt xaw xext sm
GNU_CONFIGURE= yes
PLIST_FILES= bin/fluxter \
${DATADIR}/README.fluxter \
${DATADIR}/fluxter.bb \
${DATADIR}/fluxter.nobb
post-patch:
@${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \
${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \
${WRKSRC}/data/Makefile.in
.include <bsd.port.mk>