4c46ca73d8
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.
31 lines
567 B
Makefile
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>
|