aboutsummaryrefslogtreecommitdiff
path: root/sysutils/javaservicewrapper/Makefile
blob: 80027f791167fef0124a0ec3ceab9af285ee9bf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	javaservicewrapper
# Date created:				2007-09-13
# Whom:					alepulver
#
# $FreeBSD$
#

PORTNAME=	javaservicewrapper
PORTVERSION=	3.2.3
PORTREVISION=	1
CATEGORIES=	sysutils java
MASTER_SITES=	SF/wrapper
DISTNAME=	wrapper_${PORTVERSION}_src

MAINTAINER=	alepulver@FreeBSD.org
COMMENT=	Application to solve problems common to many Java applications

USE_GMAKE=	yes
USE_JAVA=	1.3+

DATADIR=	${PREFIX}/lib/${PORTNAME}

post-patch:
	@${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS} -fPIC|' \
		${WRKSRC}/src/c/Makefile-freebsd-x86-32

do-build:
	@cd ${WRKSRC} && ${SH} build32.sh

do-install:
	${MKDIR} ${DATADIR}
	cd ${WRKSRC} && ${CP} -rp bin conf lib test ${DATADIR}
	${LN} -sf ${DATADIR}/bin/wrapper ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${CP} -r ${WRKSRC}/doc/* ${DOCSDIR}
.endif

.include <bsd.port.mk>