aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/moor/Makefile')
-rw-r--r--sysutils/moor/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/sysutils/moor/Makefile b/sysutils/moor/Makefile
deleted file mode 100644
index 90c0335f33bc..000000000000
--- a/sysutils/moor/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= moor
-DISTVERSIONPREFIX= v
-DISTVERSION= 2.2.0
-CATEGORIES= sysutils
-
-MAINTAINER= nxjoseph@protonmail.com
-COMMENT= Pager designed to do the right thing without any configuration
-WWW= https://github.com/walles/moor
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= go:modules
-
-GO_MODULE= github.com/walles/${PORTNAME}/v2
-GO_TARGET= ./cmd/${PORTNAME}
-GO_BUILDFLAGS= -ldflags="-s -w -X main.versionString=${DISTVERSIONFULL}"
-
-PLIST_FILES= bin/${PORTNAME} \
- share/man/man1/${PORTNAME}.1.gz
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= EXAMPLES
-OPTIONS_SUB= yes
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
- ${STAGEDIR}${MANDIRS}/man1
-
-post-install-EXAMPLES-on:
- @cd ${WRKSRC}/sample-files && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>