diff options
Diffstat (limited to 'x11/imwheel/Makefile')
-rw-r--r-- | x11/imwheel/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile index 7b091b3a967c..7999fccdc736 100644 --- a/x11/imwheel/Makefile +++ b/x11/imwheel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imwheel-0.9.7 -# Date created: 18 Feb 2000 -# Whom: jhb -# +# Created by: jhb # $FreeBSD$ -# PORTNAME= imwheel PORTVERSION= 1.0.0.p12 @@ -24,13 +20,15 @@ CONFIGURE_ARGS= --disable-gpm MAN1= imwheel.1 +.include <bsd.port.options.mk> + post-patch: .for i in imwheel.1 util.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} .endfor post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS ${DOCSDIR} .endif |