1998-09-25 10:57:57 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: cwish
|
|
|
|
# Date created: Thur Sept 25, 1998
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-09-25 10:57:57 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= cwish
|
|
|
|
PORTVERSION= 3.52
|
1998-09-25 10:57:57 +00:00
|
|
|
CATEGORIES= misc
|
2004-04-13 19:02:59 +00:00
|
|
|
MASTER_SITES= # none
|
1998-09-25 10:57:57 +00:00
|
|
|
|
2002-06-08 17:33:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Curses based user friendly windowing shell
|
1998-09-25 10:57:57 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
1999-04-18 23:15:11 +00:00
|
|
|
ALL_TARGET= cwish
|
1998-09-25 10:57:57 +00:00
|
|
|
MAN1= cwish.1
|
2004-02-11 13:50:59 +00:00
|
|
|
PLIST_FILES= bin/cwish
|
1998-09-25 10:57:57 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2000-01-22 10:52:53 +00:00
|
|
|
${CP} ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile
|
1998-09-25 10:57:57 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin
|
2004-02-11 13:50:59 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/cwish.1 ${MANPREFIX}/man/man1
|
1998-09-25 10:57:57 +00:00
|
|
|
|
1999-04-18 23:15:11 +00:00
|
|
|
.include <bsd.port.mk>
|