blob: d09953d640edaddba89d5a79f74c914298660fe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: contool
# Date created: 2 Dec 1996
# Whom: nsayer@quack.kfu.com
#
# $FreeBSD$
#
PORTNAME= contool
PORTVERSION= 3.3a
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nsayer
MAINTAINER= ports@FreeBSD.org
COMMENT= Console tool for openlook
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
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
MAN1= contool.1
pre-install:
@${MKDIR} ${PREFIX}/lib/help
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|