1997-01-06 11:26:28 +01:00
|
|
|
# New ports collection makefile for: contool
|
|
|
|
# Date created: 2 Dec 1996
|
|
|
|
# Whom: nsayer@quack.kfu.com
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1997-01-06 11:26:28 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= contool
|
2000-04-22 12:14:11 +02:00
|
|
|
PORTVERSION= 3.3a
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1997-01-06 11:26:28 +01:00
|
|
|
CATEGORIES= sysutils
|
2000-08-08 19:16:59 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= nsayer
|
1997-01-06 11:26:28 +01:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Console tool for openlook
|
1997-01-06 11:26:28 +01:00
|
|
|
|
1999-05-05 01:18:39 +02:00
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
1997-01-06 11:26:28 +01: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 02:57:42 +02:00
|
|
|
MAN1= contool.1
|
|
|
|
|
1997-01-06 11:26:28 +01:00
|
|
|
pre-install:
|
1997-01-09 01:27:47 +01:00
|
|
|
@${MKDIR} ${PREFIX}/lib/help
|
1997-01-06 11:26:28 +01:00
|
|
|
|
|
|
|
post-install:
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1997-01-06 11:26:28 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|