freebsd-ports/misc/cwish/Makefile

34 lines
704 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: cwish
# Date created: Thur Sept 25, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= cwish
PORTVERSION= 3.52
PORTREVISION= 2
CATEGORIES= misc shells
MASTER_SITES= http://www.predatorlabs.net/dl/
MAINTAINER= rfarmer@predatorlabs.net
2003-02-20 20:00:52 +01:00
COMMENT= Curses based user friendly windowing shell
NO_WRKSUBDIR= yes
ALL_TARGET= cwish
MAN1= cwish.1
PLIST_FILES= bin/cwish
post-patch:
${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h
pre-configure:
2000-01-22 11:52:53 +01:00
${CP} ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cwish.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>