aboutsummaryrefslogtreecommitdiff
path: root/textproc/discount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/discount/Makefile')
-rw-r--r--textproc/discount/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index bab139df8d50..8e5d1d5fb022 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -1,32 +1,30 @@
PORTNAME= discount
-PORTVERSION= 2.2.7b
-DISTVERSIONPREFIX= v
+PORTVERSION= 2.2.7d
CATEGORIES= textproc devel
+MASTER_SITES= https://www.pell.portland.or.us/~orc/Code/discount/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C implementation of the Markdown markup language
+WWW= https://www.pell.portland.or.us/~orc/Code/discount/ \
+ https://github.com/Orc/discount
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-USES= cpe pkgconfig
-
-CPE_VENDOR= discount_project
-
-USE_GITHUB= yes
-GH_ACCOUNT= Orc
+USES= cpe pathfix pkgconfig tar:bz2
CFLAGS+= -fPIC
CONFIGURE_ARGS= --mandir=${PREFIX}/share/man --prefix=${PREFIX} --shared
CONFIGURE_SCRIPT= configure.sh
HAS_CONFIGURE= yes
-MAKE_JOBS_UNSAFE= yes # libmarkdown is used before it is built
INSTALL_TARGET= install install.man
TEST_TARGET= test
USE_LDCONFIG= yes
CONFLICTS_INSTALL= markdown
+CPE_VENDOR= discount_project
+
PORTSCOUT= skipv:2.2.7
OPTIONS_DEFINE= EXTRA SAMPLES TAB8