1997-01-06 05:26:28 -05:00
|
|
|
# New ports collection makefile for: contool
|
|
|
|
# Date created: 2 Dec 1996
|
|
|
|
# Whom: nsayer@quack.kfu.com
|
|
|
|
#
|
1999-08-30 22:00:46 -04:00
|
|
|
# $FreeBSD$
|
1997-01-06 05:26:28 -05:00
|
|
|
#
|
|
|
|
|
2000-04-09 15:09:11 -04:00
|
|
|
PORTNAME= contool
|
2000-04-22 06:14:11 -04:00
|
|
|
PORTVERSION= 3.3a
|
1997-01-06 05:26:28 -05:00
|
|
|
CATEGORIES= sysutils
|
1997-08-24 15:47:19 -04:00
|
|
|
MASTER_SITES= ftp://ftp.kfu.com/pub/
|
1997-01-06 05:26:28 -05:00
|
|
|
|
|
|
|
MAINTAINER= nsayer@quack.kfu.com
|
|
|
|
|
1999-05-04 19:18:39 -04:00
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
1997-01-06 05:26:28 -05: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-20 20:57:42 -04:00
|
|
|
MAN1= contool.1
|
|
|
|
|
1997-01-06 05:26:28 -05:00
|
|
|
pre-install:
|
1997-01-08 19:27:47 -05:00
|
|
|
@${MKDIR} ${PREFIX}/lib/help
|
1997-01-06 05:26:28 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|