summaryrefslogtreecommitdiff
path: root/games/freeciv-manual/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-10-30 14:26:44 +0000
committerwiz <wiz@pkgsrc.org>2000-10-30 14:26:44 +0000
commitb8bf908c20dfd0d6652bc5f6d3864166ebcbf78e (patch)
treed0b4c106da2ad87ac8da158ac276f0fcbde1f0e5 /games/freeciv-manual/Makefile
parentda4182ce050a60d0c35cf9ca864ee3f3b6f96585 (diff)
downloadpkgsrc-b8bf908c20dfd0d6652bc5f6d3864166ebcbf78e.tar.gz
Import of package for Freeciv manual pages, provided by Dieter Baron in
private communication.
Diffstat (limited to 'games/freeciv-manual/Makefile')
-rw-r--r--games/freeciv-manual/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/freeciv-manual/Makefile b/games/freeciv-manual/Makefile
new file mode 100644
index 00000000000..458540a6b06
--- /dev/null
+++ b/games/freeciv-manual/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/30 14:26:44 wiz Exp $
+#
+
+DISTNAME= manual-1.8.1-2
+PKGNAME= freeciv-manual-1.8.1.2
+CATEGORIES= games
+MASTER_SITES= http://www.freeciv.org/ftp/contrib/manual/
+
+MAINTAINER= dillo@giga.or.at
+HOMEPAGE= http://www.freeciv.org/
+
+NO_BUILD= YES
+WRKSRC= ${WRKDIR}/manual
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/doc/freeciv/img
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} *.html ${PREFIX}/share/doc/freeciv
+ cd ${WRKSRC}/img && \
+ ${INSTALL_DATA} *.jpg ${PREFIX}/share/doc/freeciv/img
+
+.include "../../mk/bsd.pkg.mk"