freebsd-ports/textproc/atom/Makefile
Steven Kreuzer 53cba4f805 Atom takes in plain text with simple layout hints and outputs as HTML
or LaTeX.

PR:		ports/135424
Submitted by:	Chris Rees <chris@bayofrum.net>
Approved by:	wxs (mentor)
2009-06-12 13:40:55 +00:00

38 lines
748 B
Makefile

# New ports collection Makefile for: atom
# Date created: 3 June 2009
# Whom: utisoft@gmail.com
#
# $FreeBSD$
#
PORTNAME= atom
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= http://www.bayofrum.net/atom/ \
http://muuz.deadbbs.com/FreeBSD/atom/
MAINTAINER= utisoft@gmail.com
COMMENT= Converts text files to html with special attrs
MAN1= atom.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
PLIST_FILES= bin/atom
PORTDOCS= COPYING \
README \
TODO \
testFile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for DOC in ${PORTDOCS}
${CP} -R ${WRKSRC}/${DOC} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>