blob: fdbe9f5e92d3f65c9c689d68067eaacbc29e9d3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: skill
# Version required: 3.7.7
# Date created: 20 Oct 1998
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $Id: Makefile,v 1.5 1999/01/18 02:58:54 steve Exp $
#
DISTNAME= skill-3.7@P6
PKGNAME= skill-3.7.7
CATEGORIES= sysutils
MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/
EXTRACT_SUFX= _tar.Z
MAINTAINER= jonny@jonny.eng.br
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Config
WRKSRC= ${WRKDIR}/${PKGNAME}
MAN1= skill.1
MLINKS= skill.1 snice.1
pre-configure:
@${CHMOD} a+x ${WRKSRC}/Config
.include <bsd.port.mk>
|