summaryrefslogtreecommitdiff
path: root/vietnamese/vnless/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-06 12:38:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-06 12:38:53 +0000
commita327c7c4dc653ecca5bb6f1f21b65343f0e8ca94 (patch)
treed1e0888e881481aeb9f65381654a5b4d6687dac9 /vietnamese/vnless/Makefile
parentVNElvis is a clone of vi/ex (the standard UNIX editor) that allows the (diff)
VNless is a port of a very old version of GNU's less that suports the display
of files written in the Vietnamese language using the VISCII (VIetnamese Standard Code for Information Interchange) encoding.
Notes
Notes: svn path=/head/; revision=4837
Diffstat (limited to 'vietnamese/vnless/Makefile')
-rw-r--r--vietnamese/vnless/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/vietnamese/vnless/Makefile b/vietnamese/vnless/Makefile
new file mode 100644
index 000000000000..781e7afaf9ed
--- /dev/null
+++ b/vietnamese/vnless/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# New ports collection makefile for: vnless
+# Version required: 1.0
+# Date created: Tue Dec 3, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+#
+# $Id: Makefile,v 1.1.1.1 1996/08/09 04:17:16 asami Exp $
+#
+
+DISTNAME= vnless
+PKGNAME= vn-vnless-1.0
+CATEGORIES= vietnamese
+MASTER_SITES= ftp://ftp.media.mit.edu/pub/Vietnet/Viscii/Unix/ \
+ ftp://ftp.monash.edu.au/pub/vietnam/unix/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= obrien@cs.ucdavis.edu
+
+ALL_TARGET= clobber all
+MAN1= vnless.1 vnlesskey.1
+
+post-install:
+ @strip ${PREFIX}/bin/vnless*
+ @chmod a+rx ${PREFIX}/bin/vnless*
+ @chmod a+r ${PREFIX}/share/misc/vnless.help
+ @chmod a+r ${PREFIX}/man/man1/vnless*.1*
+
+.include <bsd.port.mk>