28 lines
656 B
Makefile
28 lines
656 B
Makefile
# Created by: 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
|
|
|
|
DEPRECATED= No more public distfiles
|
|
EXPIRATION_DATE= 2014-03-10
|
|
|
|
NO_WRKSUBDIR= yes
|
|
ALL_TARGET= cwish
|
|
PLIST_FILES= bin/cwish man/man1/cwish.1.gz
|
|
MAKEFILE= Makefile.FreeBSD
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cwish ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/cwish.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|