summaryrefslogtreecommitdiffstats
path: root/x11/imwheel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/imwheel/Makefile')
-rw-r--r--x11/imwheel/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile
new file mode 100644
index 0000000..0212367
--- /dev/null
+++ b/x11/imwheel/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: imwheel-0.9.7
+# Version required: 0.9.7
+# Date created: 18 Feb 2000
+# Whom: jhb
+#
+# $FreeBSD$
+#
+
+DISTNAME= imwheel-0.9.7.nogpm
+PKGNAME= imwheel-0.9.7
+CATEGORIES= x11
+MASTER_SITES= http://jcatki.dhs.org/imwheel/files/
+
+MAINTAINER= jhb@FreeBSD.org
+
+USE_GMAKE= YES
+USE_X_PREFIX= YES
+WRKSRC= ${WRKDIR}/imwheel
+
+MAN1= imwheel.1
+
+.if defined(NOPORTDOCS)
+PLIST= ${PKGDIR}/PLIST.nodocs
+.endif
+
+post-patch:
+ @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/imwheel.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/imwheel ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/imwheel.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA} ${WRKSRC}/imwheelrc ${PREFIX}/etc
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/imwheel
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS \
+ ${PREFIX}/share/doc/imwheel
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud