Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= xzx |
8 |
PORTNAME= xzx |
9 |
PORTVERSION= 4.3 |
9 |
PORTVERSION= 4.4 |
10 |
CATEGORIES= emulators |
10 |
CATEGORIES= emulators |
11 |
# I don't maintain this port anymore, but I'm happy to track the distfiles, as |
11 |
# I don't maintain this port anymore, but I'm happy to track the distfiles, as |
12 |
# it's difficult to fetch(1) them from the WWW site. If you are updating this |
12 |
# it's difficult to fetch(1) them from the WWW site. If you are updating this |
Lines 24-29
Link Here
|
24 |
|
24 |
|
25 |
USE_MOTIF= yes |
25 |
USE_MOTIF= yes |
26 |
USE_X_PREFIX= yes |
26 |
USE_X_PREFIX= yes |
|
|
27 |
USE_REINPLACE= yes |
27 |
|
28 |
|
28 |
# License forbids redistribution |
29 |
# License forbids redistribution |
29 |
RESTRICTED= Redistribution forbidden by license |
30 |
RESTRICTED= Redistribution forbidden by license |
Lines 33-42
Link Here
|
33 |
|
34 |
|
34 |
MAN1= xzx.1 |
35 |
MAN1= xzx.1 |
35 |
|
36 |
|
36 |
.include <bsd.port.pre.mk> |
37 |
# Prevent configure from trying to run auto* since it's not needed and will |
|
|
38 |
# error if auto* < 2.54 |
39 |
post-configure: |
40 |
@${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile |
41 |
@${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile |
42 |
@${ECHO_CMD} "${TRUE}" > ${WRKSRC}/missing |
37 |
|
43 |
|
38 |
.if ${ARCH} != "i386" && ${OSVERSION} >= 502102 |
44 |
.include <bsd.port.mk> |
39 |
BROKEN= "Does not compile on !i386 5.x" |
|
|
40 |
.endif |
41 |
|
42 |
.include <bsd.port.post.mk> |