freebsd-ports/sysutils/contool/Makefile
Masafumi Max NAKANE c9c9ef4d83 Update the MASTER_SITES.
PR:		4359
Submitted by:	the maintainer

While at it, remove unnecessary blank line.
Found by:	portlint
1997-08-24 19:47:19 +00:00

29 lines
672 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.2 1997/01/09 00:27:41 obrien Exp $
#
DISTNAME= contool-3.3a
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.kfu.com/pub/
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>