Lines 4-15
Link Here
|
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/net/opennx/Makefile,v 1.2 2012/04/23 23:09:29 ak Exp $ |
5 |
# $FreeBSD: ports/net/opennx/Makefile,v 1.2 2012/04/23 23:09:29 ak Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= opennx |
8 |
PORTNAME= opennx |
9 |
PORTVERSION= 0.16.0.648 |
9 |
PORTVERSION= 0.16.0.709 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= net |
10 |
CATEGORIES= net |
12 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source |
13 |
|
12 |
|
14 |
MAINTAINER= beyert@cs.ucr.edu |
13 |
MAINTAINER= beyert@cs.ucr.edu |
15 |
COMMENT= Open source drop in replacement for NoMachine\'s NX client |
14 |
COMMENT= Open source drop in replacement for NoMachine\'s NX client |
Lines 36-46
Link Here
|
36 |
MAKE_JOBS_SAFE= yes |
35 |
MAKE_JOBS_SAFE= yes |
37 |
INSTALLS_ICONS= yes |
36 |
INSTALLS_ICONS= yes |
38 |
|
37 |
|
39 |
NO_PACKAGE= must generate a fresh private key at install time |
38 |
NO_PACKAGE= must generate a fresh private key at install time |
40 |
|
39 |
|
41 |
SSH_KEYGEN?= /usr/bin/ssh-keygen |
40 |
SSH_KEYGEN?= ssh-keygen |
42 |
|
41 |
|
43 |
.if defined(WITHOUT_NLS) |
42 |
.if defined(WITHOUT_NLS) |
44 |
CONFIGURE_ARGS+=--disable-nls --localedir=/dev/null |
43 |
CONFIGURE_ARGS+=--disable-nls --localedir=/dev/null |
45 |
PLIST_SUB+= NLS="@comment " |
44 |
PLIST_SUB+= NLS="@comment " |
46 |
.else |
45 |
.else |
Lines 51-56
Link Here
|
51 |
# do not use default private key included with tarball |
50 |
# do not use default private key included with tarball |
52 |
post-patch: |
51 |
post-patch: |
53 |
@${RM} ${WRKSRC}/share/keys/server.id_dsa.key |
52 |
@${RM} ${WRKSRC}/share/keys/server.id_dsa.key |
54 |
@${SSH_KEYGEN} -N '' -b 2048 -q -f ${WRKSRC}/share/keys/server.id_dsa.key |
53 |
@${SSH_KEYGEN} -N '' -b 2048 -q -f ${WRKSRC}/share/keys/server.id_dsa.key |
55 |
|
54 |
|
|
|
55 |
post-install: |
56 |
@${CHMOD} 440 ${PREFIX}/share/keys/server.id_dsa.key |
57 |
|
56 |
.include <bsd.port.mk> |
58 |
.include <bsd.port.mk> |