summaryrefslogtreecommitdiff
path: root/misc/cwish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cwish/Makefile')
-rw-r--r--misc/cwish/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile
new file mode 100644
index 000000000000..28e67d590631
--- /dev/null
+++ b/misc/cwish/Makefile
@@ -0,0 +1,33 @@
+# 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 1997/01/25 18:08:40 obrien Exp $
+#
+
+DISTNAME= cwish
+PKGNAME= cwish-3.37
+CATEGORIES= misc
+MASTER_SITES= http://www.hcs.de/users/hm/packages/
+
+MAINTAINER= obrien@FreeBSD.org
+
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= "headers problem"
+.endif
+
+NO_WRKSUBDIR= yes
+ALL_TARGET= #emtpy
+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>