1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/whirlgif/Makefile
Vanilla I. Shu edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00

23 lines
559 B
Makefile

# New ports collection makefile for: whirlgif
# Version required: 2.01
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/01/12 05:42:39 max Exp $
#
DISTNAME= whirlgif
PKGNAME= whirlgif-2.01
CATEGORIES= graphics
MASTER_SITES= http://www.msg.net/utility/whirlgif/
MAINTAINER= nacai@iname.com
MAN1= whirlgif.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin/whirlgif
${INSTALL_MAN} ${WRKSRC}/whirlgif.1 ${PREFIX}/man/man1
.include <bsd.port.mk>