diff options
-rw-r--r-- | graphics/fly/Makefile | 21 | ||||
-rw-r--r-- | graphics/fly/distinfo | 1 | ||||
-rw-r--r-- | graphics/fly/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/fly/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/fly/pkg-plist | 1 |
5 files changed, 28 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> diff --git a/graphics/fly/distinfo b/graphics/fly/distinfo new file mode 100644 index 000000000000..ac481f38f6e4 --- /dev/null +++ b/graphics/fly/distinfo @@ -0,0 +1 @@ +MD5 (fly-1.6.4.tar.gz) = 5e6b7e579a43db3d2efe6c3dbbe7389f diff --git a/graphics/fly/pkg-comment b/graphics/fly/pkg-comment new file mode 100644 index 000000000000..48eeb29f2ff0 --- /dev/null +++ b/graphics/fly/pkg-comment @@ -0,0 +1 @@ +simple drawing language to generate GIFs on the fly diff --git a/graphics/fly/pkg-descr b/graphics/fly/pkg-descr new file mode 100644 index 000000000000..ac3f5d500049 --- /dev/null +++ b/graphics/fly/pkg-descr @@ -0,0 +1,4 @@ +fly is a tool to interpret simple drawing commands and generate +an GIF as the result. + +The fly home page is: http://www.unimelb.edu.au/fly/fly.html diff --git a/graphics/fly/pkg-plist b/graphics/fly/pkg-plist new file mode 100644 index 000000000000..d2fbc95c186b --- /dev/null +++ b/graphics/fly/pkg-plist @@ -0,0 +1 @@ +bin/fly |