openbsd-ports/textproc/stringtemplate/Makefile
2013-03-11 11:35:43 +00:00

34 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/11 11:42:47 espie Exp $
COMMENT= Java template engine for generating source code, etc
V= 4.0.4
DISTNAME= ST-$V
REVISION= 0
PKGNAME= stringtemplate-$V
CATEGORIES= textproc java
HOMEPAGE= http://www.stringtemplate.org/
# BSD (StringTemplate License: http://www.stringtemplate.org/license.html)
PERMIT_PACKAGE_CDROM= Yes
# upstream keeps re-rolling the distfile
MASTER_SITES= http://distfiles.nl/
EXTRACT_SUFX= .jar
EXTRACT_ONLY= #
NO_BUILD= Yes
NO_TEST= Yes
MODULES= java
MODJAVA_VER= 1.6+
do-install:
${INSTALL_DATA_DIR} ${MODJAVA_JAR_DIR}
${INSTALL_DATA} ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
${MODJAVA_JAR_DIR}/stringtemplate.jar
.include <bsd.port.mk>