|
Lines 50-56
Link Here
|
| 50 |
CONFIGURE_ARGS+= --without-netcdf |
50 |
CONFIGURE_ARGS+= --without-netcdf |
| 51 |
.endif |
51 |
.endif |
| 52 |
|
52 |
|
| 53 |
.if !defined(WITHOUT_JAVA) |
53 |
.if defined(WITH_JAVA) |
| 54 |
USE_JAVA= yes |
54 |
USE_JAVA= yes |
| 55 |
JAVA_VERSION= 1.3+ |
55 |
JAVA_VERSION= 1.3+ |
| 56 |
BUILD_DEPENDS+= ${JAVALIBDIR}/npcosmop211.jar:${PORTSDIR}/graphics/cosmoplayer |
56 |
BUILD_DEPENDS+= ${JAVALIBDIR}/npcosmop211.jar:${PORTSDIR}/graphics/cosmoplayer |
|
Lines 66-75
Link Here
|
| 66 |
|
66 |
|
| 67 |
.include <bsd.port.pre.mk> |
67 |
.include <bsd.port.pre.mk> |
| 68 |
|
68 |
|
| 69 |
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" |
|
|
| 70 |
BROKEN= Does not compile |
| 71 |
.endif |
| 72 |
|
| 73 |
.if ${OSVERSION} >= 502126 |
69 |
.if ${OSVERSION} >= 502126 |
| 74 |
PLIST_SUB+= UNAMEP=${ARCH} ARCHDIR="" |
70 |
PLIST_SUB+= UNAMEP=${ARCH} ARCHDIR="" |
| 75 |
.else |
71 |
.else |
|
Lines 88-94
Link Here
|
| 88 |
|
84 |
|
| 89 |
post-install: |
85 |
post-install: |
| 90 |
@${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} |
86 |
@${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} |
| 91 |
.if !defined(WITHOUT_JAVA) |
87 |
.if defined(WITH_JAVA) |
| 92 |
@${RM} ${PREFIX}/dx/java/server/bin/startserver.bat |
88 |
@${RM} ${PREFIX}/dx/java/server/bin/startserver.bat |
| 93 |
${CHMOD} 0775 ${PREFIX}/dx/java/server/nets |
89 |
${CHMOD} 0775 ${PREFIX}/dx/java/server/nets |
| 94 |
${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|} |
90 |
${TOUCH} ${DIR2PRUNE:S|^|${PREFIX}/|:S|$|/.keepme|} |