1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/misc/cwish/Makefile
Clement Laforet b497cd441f misc category cleanup part 2 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- SIZEify port
- make portlint happy

* chord2html, cwish, demoniac
    - kill pkg-plist

PR:                 61027
Submitted by:       Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
2004-02-11 13:50:59 +00:00

30 lines
623 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
CATEGORIES= misc
MASTER_SITES= http://www.hcs.de/users/hm/packages/
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>