Changeset View
Changeset View
Standalone View
Standalone View
comms/ge-x2212/Makefile
Show All 14 Lines | |||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
WRKSRC= ${WRKDIR}/${PORTNAME}-2 | WRKSRC= ${WRKDIR}/${PORTNAME}-2 | ||||
PLIST_FILES= bin/ge-x2212-2 | PLIST_FILES= bin/ge-x2212-2 | ||||
PORTDOCS= schematic.txt | PORTDOCS= schematic.txt | ||||
OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
.include <bsd.port.options.mk> | post-install-DOCS-on: | ||||
post-install: | |||||
.if ${PORT_OPTIONS:MDOCS} | |||||
${MKDIR} ${STAGEDIR}${DOCSDIR} | ${MKDIR} ${STAGEDIR}${DOCSDIR} | ||||
${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR} | ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR} | ||||
.endif | |||||
.include <bsd.port.mk> | .include <bsd.port.mk> |