summaryrefslogtreecommitdiff
path: root/japanese/micq/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-19 08:01:50 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-19 08:01:50 +0000
commitda53a5d09bb7a6a335e705ca92b1b4fbd5f7f92c (patch)
tree2e2b8b4d9a31f27dd54e8895d1c9ce9505e82910 /japanese/micq/Makefile
parentAdd SUBDIR+={gicq,gtk,libicq (diff)
Initial Import ja-micq(micq for japanese)
Notes
Notes: svn path=/head/; revision=14673
Diffstat (limited to 'japanese/micq/Makefile')
-rw-r--r--japanese/micq/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile
new file mode 100644
index 000000000000..d92408b7a7ec
--- /dev/null
+++ b/japanese/micq/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: micq
+# Version required: 11 Oct 1998
+# Date created: 31 Oct 1998
+# Whom: Seiichirou Hiraoka
+#
+# $Id$
+#
+
+DISTNAME= micq
+PKGNAME= ja-micq-981011
+CATEGORIES= japanese net
+MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= flathill@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/micq981011
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/micq
+.for file in README TODO WISHLIST commands.txt
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
+.endfor
+.endif
+
+.include <bsd.port.mk>