diff options
Diffstat (limited to 'deskutils/ydotool/Makefile')
-rw-r--r-- | deskutils/ydotool/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/deskutils/ydotool/Makefile b/deskutils/ydotool/Makefile index 6225ac9c0ada..ed8e1cb98c69 100644 --- a/deskutils/ydotool/Makefile +++ b/deskutils/ydotool/Makefile @@ -1,6 +1,5 @@ PORTNAME= ydotool -PORTVERSION= 0.1.8 -PORTREVISION= 2 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -10,7 +9,8 @@ COMMENT= Generic command-line automation tool (no X!) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto +BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto \ + scdoc:textproc/scdoc LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libuInputPlus.so:devel/libuinputplus \ libboost_program_options.so:devel/boost-libs \ @@ -18,17 +18,18 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ USES= cmake compiler:c++11-lang localbase -CXXFLAGS+= -I${LOCALBASE}/include/libepoll-shim -LDFLAGS+= -L${LOCALBASE}/lib -lepoll-shim - USE_GITHUB= yes GH_ACCOUNT= ReimuNotMoe +USE_LDCONFIG= yes + +CFLAGS+= -I${LOCALBASE}/include/libepoll-shim +LDFLAGS+= -L${LOCALBASE}/lib -lepoll-shim + PLIST_FILES= bin/ydotool \ bin/ydotoold \ - lib/libydotool.so \ - lib/libydotool.so.0 - -USE_LDCONFIG= yes + lib/systemd/user/ydotool.service \ + man/man1/ydotool.1.gz \ + man/man8/ydotoold.8.gz .include <bsd.port.mk> |