2013-03-18 22:56:30 +01:00
|
|
|
# Created by: 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
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview
|
1997-01-06 11:26:28 +01:00
|
|
|
|
2013-03-18 22:56:30 +01:00
|
|
|
NO_CDROM= source code cannot be sold, nor can you incorporate the source code into a product which is subsequently sold
|
1997-01-06 11:26:28 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2013-06-28 13:51:05 +02:00
|
|
|
USES= imake
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext
|
1997-01-06 11:26:28 +01:00
|
|
|
|
1998-10-21 02:57:42 +02:00
|
|
|
MAN1= contool.1
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
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>
|