1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/cwish/Makefile
Ryan Steinmetz cf9bd998c7 - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by:	portscout
Feature safe:	yes
2012-12-06 16:39:07 +00:00

34 lines
697 B
Makefile

# ex:ts=8
# Ports collection makefile for: cwish
# Date created: Thur Sept 25, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= cwish
PORTVERSION= 3.52
PORTREVISION= 2
CATEGORIES= misc shells
MASTER_SITES= http://www.predatorlabs.net/dl/
MAINTAINER= ports@FreeBSD.org
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:
${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>