summaryrefslogtreecommitdiff
path: root/misc/cwish/Makefile
blob: 5d78f7d0d436eb4459280ebd47f25b454901f689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.1.1.1 1998/09/25 10:57:57 obrien 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=	#emtpy
MAN1=		cwish.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 300000
BROKEN=		"headers problem"
.endif

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.post.mk>