1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/misc/cwish/Makefile
Rong-En Fan c0775fcfbf - Fix build after libmytinfo removal
Reported by:	pointyhat via kris
2007-02-09 08:40:42 +00:00

31 lines
609 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= 1
CATEGORIES= misc
MASTER_SITES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses based user friendly windowing shell
NO_WRKSUBDIR= yes
ALL_TARGET= cwish
MAN1= cwish.1
PLIST_FILES= bin/cwish
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>