summaryrefslogtreecommitdiff
path: root/graphics/fly/Makefile
blob: c4dffa8c7a801c384066e9b1bfa9f4f6862a4e1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>