# New ports collection makefile for: javaservicewrapper # Date created: 2007-09-13 # Whom: alepulver # # $FreeBSD$ # PORTNAME= javaservicewrapper PORTVERSION= 3.5.7 CATEGORIES= sysutils java MASTER_SITES= http://wrapper.tanukisoftware.com/download/${PORTVERSION}/ DISTNAME= wrapper_${PORTVERSION}_src MAINTAINER= mike.jakubik@gmail.com COMMENT= Application to solve problems common to many Java applications ONLY_FOR_ARCHS= i386 amd64 USE_JAVA= 1.4+ USE_ANT= yes USE_GMAKE= yes DATADIR= ${PREFIX}/lib/${PORTNAME} .include .if (${ARCH} == amd64) MAKE_ARGS+= -Dbits=64 .else MAKE_ARGS+= -Dbits=32 .endif post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS} -fPIC|' \ ${WRKSRC}/src/c/Makefile-freebsd-x86-32.gmake \ ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC} && ${CP} -rp bin conf lib test ${DATADIR} ${STRIP_CMD} ${DATADIR}/bin/wrapper ${LN} -sf ${DATADIR}/bin/wrapper ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${CP} -r ${WRKSRC}/doc/* ${DOCSDIR} .endif .include a title='freebsd-ports-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.7.0rm2012-09-233-10/+72
| | | | | | | | | | | | while here: - convert Makefile header into two-line formar - fix portlint warning (misplaced USE_GNOME) changelog: http://goo.gl/8Nf1g PR: 171871 Submitted by: Dominique Goncalves <dominique.goncalves at gmail com> (maintainer)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-19/+19
| | | | Approved by: portmgr@ (bapt@)
* Unbreak with perl 5.14+skv2012-06-201-0/+1
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 1.6.1pgollucci2010-09-103-5/+39
| | | | | PR: ports/150321 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
* - Add missing RUN_DEPENDS on devel/p5-Date-Calcsahil2010-08-131-0/+2
| | | | | | | - Bump PORTREVISION PR: ports/149562 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
* - Update to 1.6.0sahil2010-08-113-10/+204
| | | | | PR: ports/149489 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 1.5.0wen2009-12-25