1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/sysutils/skill/Makefile

26 lines
480 B
Makefile
Raw Normal View History

# New ports collection makefile for: skill
# Date created: 20 Oct 1998
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
1999-08-31 02:00:46 +00:00
# $FreeBSD$
#
PORTNAME= skill
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/
EXTRACT_SUFX= .tgz
MAINTAINER= jonny@jonny.eng.br
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Config
MAN1= skill.1
MLINKS= skill.1 snice.1
pre-configure:
1999-08-22 19:01:07 +00:00
@${CHMOD} a+x ${WRKSRC}/Config
.include <bsd.port.mk>