1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11-fm/xcruise/Makefile
Chris D. Faulhaber 9cf130ae5a Update port to 0.24
PR:		16392
Submitted by:	Maintainer
2000-01-28 00:49:17 +00:00

23 lines
503 B
Makefile

# New ports collection makefile for: xcruise
# Version required: 0.24
# 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.24
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>