mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
create bsd12 branch
This commit is contained in:
25
java/maven-wrapper/Makefile
Normal file
25
java/maven-wrapper/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# Created by: Herve Quiroz <hq@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/maven-wrapper/Makefile 346734 2014-03-02 05:22:25Z tabthorpe $
|
||||
|
||||
PORTNAME= maven-wrapper
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= #
|
||||
DISTFILES= #
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Wrapper script for the various installations of Maven
|
||||
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= mvn.sh
|
||||
SUB_LIST+= CAT=${CAT}
|
||||
SUB_LIST+= FIND=${FIND}
|
||||
SUB_LIST+= 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>
|
||||
#EOF
|
||||
|
||||
Reference in New Issue
Block a user