Changeset View
Changeset View
Standalone View
Standalone View
mail/fetchmail/Makefile
| Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | post-install-DOCS-on: | ||||
| @${MKDIR} ${STAGEDIR}${DOCSDIR} | @${MKDIR} ${STAGEDIR}${DOCSDIR} | ||||
| cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} | cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} | ||||
| .endif | .endif | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| .if ${PORT_OPTIONS:MOPIE} && ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD | .if ${PORT_OPTIONS:MOPIE} && ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD | ||||
| . if ${OSVERSION} >= 1400072 | |||||
| LIB_DEPENDS+= libopie.so:security/opie # moved to port (from base in 13.X) | LIB_DEPENDS+= libopie.so:security/opie # moved to port (from base in 13.X) | ||||
| CPPFLAGS+= -I${LOCALBASE}/include | CPPFLAGS+= -I${LOCALBASE}/include | ||||
| . endif | |||||
| .endif | .endif | ||||
| .include <bsd.port.post.mk> | .include <bsd.port.post.mk> | ||||