blob: 98c4f199c3b1eccda5e1cef5a5c47a45a89c7c32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.1.1.1 1999/08/05 03:51:18 hubertf Exp $
#
DISTNAME= xhangglider-0.92e
CATEGORIES= x11
MASTER_SITES= http://plaza.harmonix.ne.jp/~redstar/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://plaza.harmonix.ne.jp/~redstar/xhang-en.html
USE_IMAKE= yes
BUILD_ENV+= PREFIX=${PREFIX}
post-extract:
${RM} ${WRKSRC}/Makefile
${TOUCH} ${WRKSRC}/xhangglider.man
do-install:
cd ${WRKSRC} ; make install
cd ${WRKSRC} ; make install.dat
.include "../../mk/bsd.pkg.mk"
|