blob: 10e98ffe90532953d4d35f5900d624efd544f1c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xcruise
# Date created: 22 December 1999
# Whom: minoura@netbsd.org
#
# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $
# $FreeBSD$
#
PORTNAME= xcruise
PORTVERSION= 0.24
CATEGORIES= x11-fm
MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
MAINTAINER= sanpei@FreeBSD.org
USE_IMAKE= yes
post-install:
@${MKDIR} ${PREFIX}/share/doc/xcruise
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
.include <bsd.port.mk>
|