summaryrefslogtreecommitdiff
path: root/devel/scandoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scandoc/Makefile')
-rw-r--r--devel/scandoc/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/scandoc/Makefile b/devel/scandoc/Makefile
deleted file mode 100644
index 3e65b907e289..000000000000
--- a/devel/scandoc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= scandoc
-PORTVERSION= 0.14
-CATEGORIES= devel perl5
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= C/C++ documentation generator
-WWW= https://scandoc.sourceforge.net/
-
-LICENSE= ARTPERL10
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= perl5 shebangfix
-SHEBANG_FILES= ${PORTNAME}
-NO_BUILD= yes
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- cd ${WRKSRC} && ${COPYTREE_SHARE} "images templates test" \
- ${STAGEDIR}${DATADIR}
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README scandoc.html \
- ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>