mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
cf514db787
applications we have in the ports collection. Submitted by: Nick Sayer <nsayer@quack.kfu.com> (contool maintainer)
30 lines
691 B
Makefile
30 lines
691 B
Makefile
# New ports collection makefile for: contool
|
|
# Version required: 1.25
|
|
# Date created: 2 Dec 1996
|
|
# Whom: nsayer@quack.kfu.com
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/01/06 10:26:27 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= contool-3.3a
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://melmac.corp.harris.com/files/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
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>
|