blob: bd1a4cc296af267cce6a217ab747e204bd043292 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# ex:ts=8
# New ports collection makefile for: cpp2latex
# Date created: Jul 20, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cpp2latex
PORTVERSION= 2.0
CATEGORIES= print
MASTER_SITES= http://www.arnoldarts.de/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Convert C++ source to a file you can input in an LaTeX-document
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|