79826837b7
Convert C++-programmlistings to a file you can input in an LaTeX-document
19 lines
293 B
Makefile
19 lines
293 B
Makefile
# 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|