mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
edecf3c4f0
and BROKEN some gnome ports until I upgrade it.
23 lines
559 B
Makefile
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>
|