1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update MASTER_SITES

- Fix COMMENT grammar
- Add LICENSE (GPLv2 or later)
- Convert to new options framework
- Update pkg-descr

PR:		ports/172049
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
This commit is contained in:
Jason E. Hale 2012-10-20 06:50:45 +00:00
parent 288b8ebfef
commit f744924847
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306163
2 changed files with 16 additions and 13 deletions

View File

@ -1,29 +1,31 @@
# ex:ts=8
# New ports collection makefile for: cpp2latex
# Date created: Jul 20, 2001
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= cpp2latex
PORTVERSION= 2.3
CATEGORIES= print
MASTER_SITES= http://www.arnoldarts.de/downloads/cpp2latex/
MASTER_SITES= http://www.arnoldarts.de/files/cpp2latex/
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert C++ source to a file you can input in an LaTeX-document
COMMENT= Converts C++ source to output that can be used in LaTeX documents
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
GNU_CONFIGURE= yes
PLIST_FILES= bin/cpp2latex
PORTDOCS= AUTHORS ChangeLog README TODO
PLIST_FILES= bin/cpp2latex
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/-O2 /s|^|#|' -e '/-pedantic /s|^|#|' \
${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}

View File

@ -1,3 +1,4 @@
Convert C++-programmlistings to a file you can input in an LaTeX-document
Cpp2LaTeX converts C++ source code to output you can insert into a
LaTeX document or pipe directly to LaTex.
WWW: http://www.arnoldarts.de/drupal/?q=Cpp2LaTeX
WWW: http://www.arnoldarts.de/cpp2latex