1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/sysutils/contool/Makefile
1997-12-15 17:09:37 +00:00

28 lines
648 B
Makefile

# New ports collection makefile for: contool
# Version required: 3.3a
# Date created: 2 Dec 1996
# Whom: nsayer@quack.kfu.com
#
# $Id: Makefile,v 1.3 1997/08/24 19:47:19 max Exp $
#
DISTNAME= contool-3.3a
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.kfu.com/pub/
MAINTAINER= nsayer@quack.kfu.com
LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib
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
pre-install:
@${MKDIR} ${PREFIX}/lib/help
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>