summaryrefslogtreecommitdiff
path: root/x11/xhangglider/Makefile
blob: d1c7c2f9f8ffa7e4a3e77b7e2af91d92874a990b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:47 joerg Exp $
#

DISTNAME=	xhangglider-0.94.0
PKGREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://www.netfort.gr.jp/~take/linux/

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www.netfort.gr.jp/~take/linux/xhang-en.html
COMMENT=	Hanggliders fly in the background of the X screen

USE_IMAKE=	yes
BUILD_ENV+=	PREFIX=${PREFIX}

post-extract:
	${RM} ${WRKSRC}/Makefile
	${TOUCH} ${WRKSRC}/xhangglider.man

do-install:
	cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} make install
	cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} make install.dat

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