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
This commit is contained in:
parent
6a30fb0d40
commit
06ccfbe5d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15429
5 changed files with 28 additions and 0 deletions
21
graphics/fly/Makefile
Normal file
21
graphics/fly/Makefile
Normal file
|
@ -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>
|
1
graphics/fly/distinfo
Normal file
1
graphics/fly/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (fly-1.6.4.tar.gz) = 5e6b7e579a43db3d2efe6c3dbbe7389f
|
1
graphics/fly/pkg-comment
Normal file
1
graphics/fly/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
simple drawing language to generate GIFs on the fly
|
4
graphics/fly/pkg-descr
Normal file
4
graphics/fly/pkg-descr
Normal file
|
@ -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
|
1
graphics/fly/pkg-plist
Normal file
1
graphics/fly/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/fly
|
Loading…
Reference in a new issue