mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
554 B
Makefile
28 lines
554 B
Makefile
# 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|