freebsd-ports/sysutils/contool/Makefile

33 lines
679 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= contool
PORTVERSION= 3.3a
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nsayer
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
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>