freebsd-ports/devel/maven-wrapper/Makefile
Thomas Abthorpe 2350e2caec - Reassign ports to the heap
- Thank you hq@ for your years of service!
2014-03-02 05:22:25 +00:00

22 lines
517 B
Makefile

# Created by: Herve Quiroz <hq@FreeBSD.org>
# $FreeBSD$
PORTNAME= maven-wrapper
PORTVERSION= 1
PORTREVISION= 2
CATEGORIES= devel java
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper script for the various installations of Maven
NO_BUILD= yes
SUB_FILES= mvn.sh
SUB_LIST= CAT=${CAT} FIND=${FIND} TAIL=${TAIL}
do-install:
${MKDIR} "${STAGEDIR}${PREFIX}/etc/maven-wrapper/instances.d"
${INSTALL_SCRIPT} "${WRKDIR}/mvn.sh" "${STAGEDIR}${PREFIX}/bin/mvn"
.include <bsd.port.mk>