x11-wm/flwm: switch to using x11-toolkits/fltk after r495115
This commit is contained in:
parent
e6bc559f8b
commit
2ff2f0c020
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495116
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= flwm
|
||||
PORTVERSION= 1.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -10,7 +11,7 @@ COMMENT= The Fast Light Window Manager
|
|||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk-devel
|
||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
||||
|
||||
USES= autoreconf gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -19,13 +20,13 @@ USE_XORG= x11 xt
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bbidulock
|
||||
|
||||
CXXFLAGS+= -DFL_LIBRARY -I${LOCALBASE}/include/fltk-devel
|
||||
CXXFLAGS+= -DFL_LIBRARY -I${LOCALBASE}/include/fltk
|
||||
|
||||
PLIST_FILES= bin/flwm \
|
||||
man/man1/flwm.1.gz
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^LIBS =.*|LIBS = `${LOCALBASE}/bin/fltk-devel/fltk-config --ldflags`|' ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e 's|^LIBS =.*|LIBS = `${LOCALBASE}/bin/fltk-config --ldflags`|' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/flwm ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
Loading…
Reference in a new issue