diff options
author | R. Imura <imura@FreeBSD.org> | 2000-01-18 15:15:24 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-01-18 15:15:24 +0000 |
commit | ab8cce3a7749cdf1a1cbb5649435586c8b6e5019 (patch) | |
tree | 8c81a66c1fe11e751aecc00b5287fef6144d14ce /x11-fm/xcruise/Makefile | |
parent | c6ba1aef12eab83173780bf0e10e229723641c45 (diff) |
Notes
Diffstat (limited to 'x11-fm/xcruise/Makefile')
-rw-r--r-- | x11-fm/xcruise/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile new file mode 100644 index 000000000000..f09de7291ce1 --- /dev/null +++ b/x11-fm/xcruise/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xcruise +# Version required: 0.22 +# Date created: 22 December 1999 +# Whom: minoura@netbsd.org +# +# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $ +# $FreeBSD$ +# + +DISTNAME= xcruise-0.22 +CATEGORIES= x11-fm +MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ + +MAINTAINER= sanpei@sanpei.org + +USE_IMAKE= yes + +post-install: + @${MKDIR} ${PREFIX}/share/doc/xcruise + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise + +.include <bsd.port.mk> |