Lines 22-25
Link Here
|
22 |
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR} |
22 |
cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog doc/765.txt ${DOCSDIR} |
23 |
.endif |
23 |
.endif |
24 |
|
24 |
|
25 |
.include <bsd.port.mk> |
25 |
OPTIONS= LIBDSK "With LIBDSK support (recommended)" on |
|
|
26 |
|
27 |
.include <bsd.port.pre.mk> |
28 |
|
29 |
.if defined(WITH_LIBDSK) |
30 |
CONFIGURE_ARGS+=--with-libdsk --with-libdsk-path=${LOCALBASE} |
31 |
LIB_DEPENDS+=dsk.5:${PORTSDIR}/emulators/libdsk |
32 |
.else |
33 |
CONFIGURE_ARGS+=--without-libdsk |
34 |
.endif |
35 |
|
36 |
.include <bsd.port.post.mk> |