summaryrefslogtreecommitdiff
path: root/x11/xcruise/Makefile
blob: 619d60e0d14c595ac1ab3aeca3919d0638a7f414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $
#

DISTNAME=	xcruise-0.2
CATEGORIES=	x11 graphics
MASTER_SITES=	http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/

MAINTAINER=	minoura@netbsd.org
HOMEPAGE=	http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/  # in Japanese

# LICENSE=	GPL

USE_X11BASE=	yes
USE_IMAKE=	yes

post-install:
	$(MKDIR) $(PREFIX)/share/doc/xcruise
	$(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/xcruise

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