mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
151a11c31b
PR: ports/77706 Submitted by: Sam Lawrance <boris at brooknet.com.au>
26 lines
631 B
Makefile
26 lines
631 B
Makefile
# New ports collection makefile for: fly
|
|
# Date created: 30 December 1997
|
|
# Whom: Juergen Unger <j.unger@choin.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fly
|
|
PORTVERSION= 1.6.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://members.optushome.com.au/martingleeson/fly/dist/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple drawing language to generate GIFs on the fly
|
|
|
|
#this doesn't matter.. the program builds its own libgd.a.
|
|
#BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a #can't use ports' gd..
|
|
|
|
MAKE_ENV= PREFIX="${PREFIX}"
|
|
PLIST_FILES= bin/fly
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|