freebsd-ports/devel/cvsbook/Makefile
Alan Eldridge 61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00

31 lines
750 B
Makefile

# New ports collection makefile for: cvsbook
# Date created: 2002/02/28
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= cvsbook
PORTVERSION= 1.21
CATEGORIES= devel
MASTER_SITES= http://cvsbook.red-bean.com/
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
MAINTAINER= alane@FreeBSD.org
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX}/,,}
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/cvsbook.html ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/cvsbook.pdf ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/cvsbook.ps ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/cvsbook.info* ${PREFIX}/info
@install-info ${PREFIX}/info/cvsbook.info ${PREFIX}/info/dir
.include <bsd.port.mk>
#
#EOF