Lines 24-37
Link Here
|
24 |
USE_IMAKE= yes |
24 |
USE_IMAKE= yes |
25 |
USE_XORG= x11 xext xaw xmu xt sm ice |
25 |
USE_XORG= x11 xext xaw xmu xt sm ice |
26 |
|
26 |
|
27 |
EXTRACT_CMD= gzcat |
27 |
EXTRACT_CMD= ${GZCAT} |
28 |
EXTRACT_BEFORE_ARGS= #empty |
28 |
EXTRACT_BEFORE_ARGS= #empty |
29 |
EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR) |
29 |
EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR} |
30 |
|
30 |
|
31 |
MAN1= xengine.1 |
31 |
MAN1= xengine.1 |
32 |
|
32 |
|
33 |
pre-patch: |
33 |
pre-patch: |
34 |
@cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1 |
34 |
@cd ${WRKSRC} ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1 |
35 |
|
35 |
|
36 |
post-install: |
36 |
post-install: |
37 |
.if !defined(NOPORTDOCS) |
37 |
.if !defined(NOPORTDOCS) |