freebsd-ports/graphics/fly/Makefile

26 lines
582 B
Makefile
Raw Normal View History

# New ports collection makefile for: fly
# Date created: 30 December 1997
# Whom: Juergen Unger <j.unger@choin.net>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= fly
PORTVERSION= 1.6.5
CATEGORIES= graphics
MASTER_SITES= # none
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
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>