summaryrefslogtreecommitdiff
path: root/graphics/cadubi/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-25 07:17:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-25 07:17:59 +0000
commit1f7ae535a0f9d597e62e3e96d0cabd91afa13313 (patch)
tree63dbfe204c92bddf5e9abd6127a66d801658270e /graphics/cadubi/Makefile
parentCorrect MASTER_SITES. (diff)
Add cadubi-1.1b1
CADUBI is an application written in Perl that allows you to draw text-based images that are viewable on typical unix-based consoles. Usually the applications that emulate these consoles support various text modes, such as background and foreground colors, bold, and inverse. This text art, commonly called "ASCII art," is used in various places such as online BBSes, email and login prompts. Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=46852
Diffstat (limited to 'graphics/cadubi/Makefile')
-rw-r--r--graphics/cadubi/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile
new file mode 100644
index 000000000000..b206075b5637
--- /dev/null
+++ b/graphics/cadubi/Makefile
@@ -0,0 +1,29 @@
+# Ports collection makefile for: cadubi
+# Date created: 24 Aug 2001
+# Whom: Kris Kennaway <kris@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cadubi
+PORTVERSION= 1.1b1
+CATEGORIES= graphics editors
+MASTER_SITES= ftp://logicallemon.com/pub/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
+
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cadubi ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/CADUBI.pl ${PREFIX}/libexec
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/cadubi
+ ${INSTALL_DATA} ${WRKSRC}/CADUBI.help ${PREFIX}/share/doc/cadubi
+.endif
+
+.include <bsd.port.mk>