summaryrefslogtreecommitdiff
path: root/graphics/tgif/Makefile
blob: 3e4b8b4a57c9720aff89d621a0956b3ccf14607c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.14 1999/03/24 07:45:11 rh Exp $
#

DISTNAME=		tgif-4.1.3
CATEGORIES=		graphics
MASTER_SITES=		ftp://bourbon.cs.umd.edu/pub/tgif/ \
			ftp://ftp.cs.ucla.edu/pub/tgif/

MAINTAINER=		mcmahill@alum.mit.edu
HOMEPAGE=		http://bourbon.cs.umd.edu:8001/tgif/tgif.html

USE_IMAKE=		yes

post-patch::
	@${RM} -f ${WRKSRC}/Tgif.tmpl
	@${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl

.include "../../mk/bsd.pkg.mk"