1997-01-06 10:26:28 +00:00
|
|
|
# New ports collection makefile for: contool
|
1997-12-15 17:09:37 +00:00
|
|
|
# Version required: 3.3a
|
1997-01-06 10:26:28 +00:00
|
|
|
# Date created: 2 Dec 1996
|
|
|
|
# Whom: nsayer@quack.kfu.com
|
|
|
|
#
|
1998-10-21 00:57:42 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/09/21 22:15:58 steve Exp $
|
1997-01-06 10:26:28 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= contool-3.3a
|
|
|
|
CATEGORIES= sysutils
|
1997-08-24 19:47:19 +00:00
|
|
|
MASTER_SITES= ftp://ftp.kfu.com/pub/
|
1997-01-06 10:26:28 +00:00
|
|
|
|
|
|
|
MAINTAINER= nsayer@quack.kfu.com
|
|
|
|
|
1998-09-21 22:15:59 +00:00
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib
|
1997-01-06 10:26:28 +00:00
|
|
|
|
|
|
|
NO_CDROM= "source code cannot be sold, nor can you incorporate the source code into a product which is subsequently sold"
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
1998-10-21 00:57:42 +00:00
|
|
|
MAN1= contool.1
|
|
|
|
|
1997-01-06 10:26:28 +00:00
|
|
|
pre-install:
|
1997-01-09 00:27:47 +00:00
|
|
|
@${MKDIR} ${PREFIX}/lib/help
|
1997-01-06 10:26:28 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|