aboutsummaryrefslogtreecommitdiff
path: root/freebsd/Makefile.in
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-17 00:28:56 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-17 00:28:56 +0000
commit811ef9a0b847d9c7680f65980186fa18b8d72b21 (patch)
tree30971360ad303ca043dc3085942f0954b2f15576 /freebsd/Makefile.in
parent79a8862828047dfc6f21d0fcc0982e69f253fbcb (diff)
downloadpandoc-811ef9a0b847d9c7680f65980186fa18b8d72b21.tar.gz
Removed freebsd and macports directories.
They are no longer up to date. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1814 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'freebsd/Makefile.in')
-rw-r--r--freebsd/Makefile.in46
1 files changed, 0 insertions, 46 deletions
diff --git a/freebsd/Makefile.in b/freebsd/Makefile.in
deleted file mode 100644
index 77748dbbc..000000000
--- a/freebsd/Makefile.in
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: pandoc
-# Date created: 9 February 2007
-# Whom: John MacFarlane <jgm@berkeley.edu>
-#
-# $FreeBSD: ports/textproc/pandoc/Makefile,v 1.2 2007/05/19 20:24:07 flz Exp $
-#
-
-PORTNAME= pandoc
-PORTVERSION= @VERSION@
-CATEGORIES= textproc haskell
-MASTER_SITES= http://pandoc.googlecode.com/files/
-
-MAINTAINER= jgm@berkeley.edu
-COMMENT= A general markup converter
-
-BUILD_DEPENDS= ghc>=6.6:${PORTSDIR}/lang/ghc
-
-MANCOMPRESSED= no
-MAN1= pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1
-
-USE_GMAKE= yes
-USE_PERL5= yes
-
-PLIST_FILES= bin/pandoc bin/markdown2pdf bin/html2markdown bin/hsmarkdown
-PORTDOCS= BUGS README README.html
-SCRIPTS= markdown2pdf hsmarkdown html2markdown
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/dist/build/pandoc/pandoc ${PREFIX}/bin
-.for f in ${DATA_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}
-.endfor
-.for script in ${SCRIPTS}
- @${INSTALL_SCRIPT} ${WRKSRC}/${script} ${PREFIX}/bin
-.endfor
-.for man in ${MAN1}
- @${INSTALL_MAN} ${WRKSRC}/man/man1/${man} ${PREFIX}/man/man1
-.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>