da4137305e
being executed "port create" command * "Change to the header in ports Makefiles, take two" [1] * Replace tab with space after WWW: in pkg-descr [2] - Bump PORTREVISION http://docs.freebsd.org/cgi/mid.cgi?20120917162245.GA55973 [1] http://www.freebsd.org/doc/en/books/porters-handbook/book.html#AEN95 [2] PR: ports/171345 Submitted by: tota (myself) Approved by: tabthorpe
30 lines
633 B
Makefile
30 lines
633 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= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@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>
|