summaryrefslogtreecommitdiff
path: root/graphics/fly/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-19 14:58:00 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-19 14:58:00 +0000
commit06ccfbe5d3951c606288ae199234c4065872730e (patch)
treef13fcf9d1e918de2582d6fdb7645030789268a81 /graphics/fly/Makefile
parentActivate xwpl (diff)
Import of fly 1.6.4
fly is a tool to interpret simple drawing commands and generate an GIF as the result. PR: ports/5397 Submitted by: j.unger@choin.net
Notes
Notes: svn path=/head/; revision=15429
Diffstat (limited to 'graphics/fly/Makefile')
-rw-r--r--graphics/fly/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile
new file mode 100644
index 000000000000..c4dffa8c7a80
--- /dev/null
+++ b/graphics/fly/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: fly
+# Version required: 1.6.4
+# Date created: 30 December 1997
+# Whom: Juergen Unger <j.unger@choin.net>
+#
+# $Id$
+#
+
+DISTNAME= fly-1.6.4
+CATEGORIES= graphics
+MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ \
+ ftp://ftp.ibrado.com/pub/fly/
+
+MAINTAINER= j.unger@choin.net
+
+BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a:${PORTSDIR}/graphics/gd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
+
+.include <bsd.port.mk>