freebsd-ports/x11-wm/flwm/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
567 B
Makefile

# Created by: Dima Sivachenko <dima@chg.ru>
# $FreeBSD$
PORTNAME= flwm
PORTVERSION= 1.16
PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= ports@FreeBSD.org
COMMENT= The Fast Light Window Manager
LICENSE= GPLv2+
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
USES= autoreconf gmake xorg
GNU_CONFIGURE= yes
USE_XORG= x11 xt
USE_GITHUB= yes
GH_ACCOUNT= bbidulock
PLIST_FILES= bin/flwm \
man/man1/flwm.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flwm ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/flwm.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>