1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/java2html/Makefile
Mathieu Arnold 53429c6c68 * Convert to staging
* Add license
* Rename patch to follow makepatch naming

Sponsored by:	Absolight
2014-01-21 08:02:10 +00:00

26 lines
541 B
Makefile

# Created by: Martin Kammerhofer
# $FreeBSD$
PORTNAME= java2html
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/www/converters
MAINTAINER= mkamm@gmx.net
COMMENT= Java sources to HTML converter
LICENSE= GPLv2
USE_AUTOTOOLS= autoconf213
PORTDOCS= AUTHORS NEWS README
PLIST_FILES= bin/java2html man/man1/java2html.1.gz
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>