freebsd-ports/devel/newfile/Makefile
Sergei Kolobov b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00

34 lines
786 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.13
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
BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \
rdoc:${PORTSDIR}/textproc/ruby-rdoc \
pod2man:${PORTSDIR}/lang/perl5
USE_RUBY= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
MAN1= newfile.1
.else
pre-configure:
@${REINPLACE_CMD} -e 's@SUBDIRS = src doc data doc-src www@SUBDIRS = src data@g' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>