mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dbc8aa6cc1
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
35 lines
727 B
Makefile
35 lines
727 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.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>
|