1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/skill/Makefile
Steve Price 9ff4c86d27 Update to version 3.7.6.
PR:		8478
Submitted by:	maintainer
1998-10-28 22:48:39 +00:00

28 lines
593 B
Makefile

# New ports collection makefile for: skill
# Version required: 3.7.6
# Date created: 20 Oct 1998
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $Id: Makefile,v 1.3 1998/10/21 00:57:39 steve Exp $
#
DISTNAME= skill-3.7@P5
PKGNAME= skill-3.7.6
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>