aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/micq/Makefile
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-11-19 16:01:50 +0800
committerflathill <flathill@FreeBSD.org>1998-11-19 16:01:50 +0800
commit1555f73514f61dc01125f5b1dde77e72d74c905c (patch)
tree7f584a12762f37c28f3a8f24d6bb2741958d72a4 /japanese/micq/Makefile
parent651e5b07cea942d30efff097f2e621ccb4c01722 (diff)
downloadfreebsd-ports-gnome-1555f73514f61dc01125f5b1dde77e72d74c905c.tar.gz
freebsd-ports-gnome-1555f73514f61dc01125f5b1dde77e72d74c905c.tar.zst
freebsd-ports-gnome-1555f73514f61dc01125f5b1dde77e72d74c905c.zip
Initial Import ja-micq(micq for japanese)
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>