Changeset View
Changeset View
Standalone View
Standalone View
comms/librs232/Makefile
| Show All 16 Lines | |||||
| WRKSRC= ${WRKDIR}/${DISTNAME} | WRKSRC= ${WRKDIR}/${DISTNAME} | ||||
| PORTEXAMPLES= demo_rx.c demo_tx.c | PORTEXAMPLES= demo_rx.c demo_tx.c | ||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 ) | .if defined(NO_PROFILE) || ${OPSYS} == FreeBSD | ||||
| PLIST_SUB+= PROFILE="@comment " | PLIST_SUB+= PROFILE="@comment " | ||||
| .else | .else | ||||
| PLIST_SUB+= PROFILE="" | PLIST_SUB+= PROFILE="" | ||||
| .endif | .endif | ||||
| post-extract: | post-extract: | ||||
| @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC} | @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC} | ||||
| Show All 11 Lines | |||||