freebsd-ports/x11-wm/flwm/Makefile
Alexey Dokuchaev 82ab56005f Redo r495116 in a somewhat better way, particularly, do not assume the
location of the header files, ask fltk-config(1) for the proper flags.
This also helps to get rid of overly long line in the port's Makefile.
2019-03-09 10:49:42 +00:00

31 lines
562 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
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>