1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/newfile/Makefile
Sergei Kolobov 220c6040da - Fix typo: PORTVERSION -> PORTREVISION
(this should fix port version going backwards before anyone else notice)

Prompted by:	chkversion,
		Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Pointy hat to:	flz ;)
2005-10-14 06:59:26 +00:00

32 lines
690 B
Makefile

# New ports collection makefile for: newfile
# Date created: Thu Jan 30 17:34:12 CET 2003
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
#
# $FreeBSD$
#
PORTNAME= newfile
PORTVERSION= 1.0.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sergei@FreeBSD.org
COMMENT= A tool for creating starter files in various languages
USE_RUBY= yes
GNU_CONFIGURE= yes
MAN1= newfile.1
DOCS= doc/newfile.html
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/newfile.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>