mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
31 lines
631 B
Makefile
31 lines
631 B
Makefile
# New ports collection makefile for: contool
|
|
# Date created: 2 Dec 1996
|
|
# Whom: nsayer@quack.kfu.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= contool
|
|
PORTVERSION= 3.3a
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= nsayer
|
|
|
|
MAINTAINER= nsayer@quack.kfu.com
|
|
|
|
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>
|