1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/shells/shell-include/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

39 lines
670 B
Makefile

# New ports collection makefile for: qar-bufo
# Date created: 18 April 2007
# Whom: Zane C. Bowers
#
# $FreeBSD$
#
PORTNAME= shell-include
PORTVERSION= 0.1.2
CATEGORIES= shells devel
MASTER_SITES= http://vvelox.net/src/shell-include/
EXTRACT_SUFX= .tgz
MAINTAINER= vvelox@vvelox.net
COMMENT= A include system for shell scripts
USE_PERL5= yes
MAN3= random::shortIntRandom.3 \
random.3 \
fileGetLine.3
MAN7= shell-include.7
WRKSRC= ${WRKDIR}/${DISTNAME}
#nothing to configure
do-configure:
@${ECHO} -n
#nothing to build
do-build:
@${ECHO} -n
do-install:
@${EXEC} cd ${WRKSRC}/ ; ${WRKSRC}/install ${PREFIX}
.include <bsd.port.mk>