aboutsummaryrefslogtreecommitdiffstats
path: root/net/syncthing-inotify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/syncthing-inotify/Makefile')
-rw-r--r--net/syncthing-inotify/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net/syncthing-inotify/Makefile b/net/syncthing-inotify/Makefile
deleted file mode 100644
index 4e1aade3dd41..000000000000
--- a/net/syncthing-inotify/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= syncthing-inotify
-PORTVERSION= 0.8.7
-DISTVERSIONPREFIX= v
-CATEGORIES= net
-
-MAINTAINER= swills@FreeBSD.org
-COMMENT= Syncthing inotify monitor
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go
-
-USE_GITHUB= yes
-GH_ACCOUNT= syncthing
-GH_SUBDIR= src/github.com/syncthing/syncthing-inotify
-PLIST_FILES= bin/syncthing-inotify
-
-DEPRECATED= Included in net/syncthing now
-EXPIRATION_DATE= 2018-06-17
-
-
-do-build:
- @cd ${WRKSRC}/${GH_SUBDIR} ; ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} go build
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/syncthing-inotify ${STAGEDIR}${PREFIX}/bin/
-
-.include <bsd.port.mk>