mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4d16f43dc5
PR: ports/14291 Submitted by: rssh@cam.grad.kiev.ua
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# New ports collection makefile for: DOC++
|
|
# Date created: 20 Dec 1998
|
|
# Whom: Ruslan@Shevchenko.Kiev.UA
|
|
# Version required: 3.3.15
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= doc++-3.3.15
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.imaginator.com/doc++/
|
|
MASTER_SITE_SUBDIR= apps/doctools
|
|
|
|
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
|
|
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
|
|
gs:${PORTSDIR}/print/ghostscript5 \
|
|
anytopnm:${PORTSDIR}/graphics/netpbm
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|