mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9ab86e1c49
PR: 13086 Submitted by: Will Andrews <andrews@technologist.com>
24 lines
571 B
Makefile
24 lines
571 B
Makefile
# New ports collection makefile for: fly
|
|
# Version required: 1.6.5
|
|
# Date created: 30 December 1997
|
|
# Whom: Juergen Unger <j.unger@choin.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= fly-1.6.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/
|
|
|
|
MAINTAINER= j.unger@choin.net
|
|
|
|
#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}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|