1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/cwish/Makefile
Michael Haro 3ca49d9d8b fix so it isn't BROKEN
Reviewed by:	obrien
Obtained from:	bento.freebsd.org
1999-04-18 23:15:11 +00:00

29 lines
626 B
Makefile

# ex:ts=8
# Ports collection makefile for: cwish
# Version required: 3.37
# Date created: Thur Sept 25, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1998/11/11 05:37:27 asami Exp $
#
DISTNAME= cwish
PKGNAME= cwish-3.37
CATEGORIES= misc
MASTER_SITES= http://www.hcs.de/users/hm/packages/
MAINTAINER= obrien@FreeBSD.org
NO_WRKSUBDIR= yes
ALL_TARGET= cwish
MAN1= cwish.1
pre-configure:
${CP} ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cwish.1 ${PREFIX}/man/man1
.include <bsd.port.mk>