aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/libviet
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-10 16:22:39 +0800
committerobrien <obrien@FreeBSD.org>2001-02-10 16:22:39 +0800
commit3223928b93ef5a6af60971799afa151ee6c0e3f5 (patch)
tree71e24fb57adfa4d3a59474c4f2ce1c41e64d9e9c /vietnamese/libviet
parent3dbe959472fe20805b02d415a72fa51f4800c759 (diff)
downloadfreebsd-ports-gnome-3223928b93ef5a6af60971799afa151ee6c0e3f5.tar.gz
freebsd-ports-gnome-3223928b93ef5a6af60971799afa151ee6c0e3f5.tar.zst
freebsd-ports-gnome-3223928b93ef5a6af60971799afa151ee6c0e3f5.zip
VIQR<->VISCII conversion and VISCII ctype-like routines
Diffstat (limited to 'vietnamese/libviet')
-rw-r--r--vietnamese/libviet/Makefile32
-rw-r--r--vietnamese/libviet/distinfo1
-rw-r--r--vietnamese/libviet/pkg-comment1
-rw-r--r--vietnamese/libviet/pkg-descr1
-rw-r--r--vietnamese/libviet/pkg-plist13
5 files changed, 48 insertions, 0 deletions
diff --git a/vietnamese/libviet/Makefile b/vietnamese/libviet/Makefile
new file mode 100644
index 000000000000..1d6267c6902b
--- /dev/null
+++ b/vietnamese/libviet/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: libviet
+# Date created: Fri Feb 09, 2001
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $FreeBSD$
+#
+
+PORTNAME= libviet
+PORTVERSION= 19930831
+CATEGORIES= vietnamese devel
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= obrien
+
+MAINTAINER= obrien@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PKGNAME}/lib
+
+do-install:
+ @${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \
+ ${PREFIX}/lib
+ @${MKDIR} ${PREFIX}/include/viet
+ @cd ${WRKSRC}/../include ; ${INSTALL_DATA} \
+ charset.h charseta.h charsetv.h ctype.h portable.h vncompos.h vnkeys.h vntype.h \
+ ${PREFIX}/include/viet
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/libviet \
+ && ${CHMOD} a+rx ${PREFIX}/share/doc/libviet
+ @${INSTALL_MAN} ${WRKSRC}/../README.lib ${PREFIX}/share/doc/libviet
+.endif
+
+.include <bsd.port.mk>
diff --git a/vietnamese/libviet/distinfo b/vietnamese/libviet/distinfo
new file mode 100644
index 000000000000..ca5a30b919b3
--- /dev/null
+++ b/vietnamese/libviet/distinfo
@@ -0,0 +1 @@
+MD5 (libviet-19930831.tar.gz) = 3fd0db644b51b9c69339f04c1ab56d7e
diff --git a/vietnamese/libviet/pkg-comment b/vietnamese/libviet/pkg-comment
new file mode 100644
index 000000000000..74c336b48d0c
--- /dev/null
+++ b/vietnamese/libviet/pkg-comment
@@ -0,0 +1 @@
+VIQR<->VISCII conversion and VISCII ctype-like routines
diff --git a/vietnamese/libviet/pkg-descr b/vietnamese/libviet/pkg-descr
new file mode 100644
index 000000000000..74c336b48d0c
--- /dev/null
+++ b/vietnamese/libviet/pkg-descr
@@ -0,0 +1 @@
+VIQR<->VISCII conversion and VISCII ctype-like routines
diff --git a/vietnamese/libviet/pkg-plist b/vietnamese/libviet/pkg-plist
new file mode 100644
index 000000000000..70a6c01a2d33
--- /dev/null
+++ b/vietnamese/libviet/pkg-plist
@@ -0,0 +1,13 @@
+@comment $FreeBSD$
+lib/libvntype.a
+lib/libviqr.a
+include/viet/charset.h
+include/viet/charseta.h
+include/viet/charsetv.h
+include/viet/ctype.h
+include/viet/portable.h
+include/viet/vncompos.h
+include/viet/vnkeys.h
+include/viet/vntype.h
+share/doc/libviet/README.lib
+@dirrm include/viet