1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/graphics/jpatch/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

38 lines
761 B
Makefile

# ex:ts=8
# Ports collection makefile for: jpatch
# Date created: Jun 30, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jpatch
DISTVERSION= 0.4p1
PORTREVISION= 2
CATEGORIES= graphics java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}0_4preview1
MAINTAINER= nemoliu@FreeBSD.org
COMMENT= A spline based 3D modeling tool
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION}
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
bin/jpatch
SUB_FILES= jpatch.sh
do-install:
${INSTALL_DATA} ${WRKSRC}/jpatch.jar ${JAVAJARDIR}
${INSTALL_SCRIPT} ${WRKDIR}/jpatch.sh ${PREFIX}/bin/jpatch
.include <bsd.port.mk>