openbsd-ports/textproc/stringtemplate/Makefile
2011-09-16 11:41:38 +00:00

37 lines
790 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/09/16 11:41:42 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM=Yes
PERMIT_DISTFILES_FTP= Yes
# upstream keeps re-rolling the distfile
MASTER_SITES= http://distfiles.nl/
EXTRACT_SUFX= .jar
EXTRACT_ONLY= #
NO_BUILD= Yes
NO_REGRESS= 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>