View | Details | Raw Unified | Return to bug 209552
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	intellij-pty4j
4
PORTNAME=	intellij-pty4j
5
PORTVERSION=	0.5
5
PORTVERSION=	0.5
6
PORTREVISION=	1
6
CATEGORIES=	java devel
7
CATEGORIES=	java devel
7
8
8
MAINTAINER=	t@tobik.me
9
MAINTAINER=	t@tobik.me
Lines 22-29 Link Here
22
23
23
.include "${.CURDIR}/../intellij/common.mk"
24
.include "${.CURDIR}/../intellij/common.mk"
24
25
25
PLIST_FILES=	${IDEA_HOME}/lib/pty4j-0.5.jar
26
27
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
28
27
29
# The directory we need to install Pty4J's native library in depends
28
# The directory we need to install Pty4J's native library in depends
Lines 56-61 Link Here
56
# See above why we always use freebsd/x86_64/ here
55
# See above why we always use freebsd/x86_64/ here
57
	${INSTALL_LIB} ${WRKSRC}/os/freebsd/x86_64/libpty.so ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH}/
56
	${INSTALL_LIB} ${WRKSRC}/os/freebsd/x86_64/libpty.so ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH}/
58
.endif
57
.endif
59
	${INSTALL_DATA} ${WRKSRC}/build/pty4j-0.5.jar ${STAGEDIR}${IDEA_HOME}/lib/pty4j-0.5.jar
60
58
61
.include <bsd.port.mk>
59
.include <bsd.port.mk>

Return to bug 209552