1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/doc++/Makefile
Chris Piazza f93448d665 Use MASTER_SITE_SUNSITE, the old master site is flaky.
PR:		12922
Submitted by:	Rasmus Kaj <kaj@Raditex.se>
1999-08-02 23:28:16 +00:00

25 lines
562 B
Makefile

# New ports collection makefile for: DOC++
# Date created: 20 Dec 1998
# Whom: Ruslan@Shevchenko.Kiev.UA
# Version required: 3.3.13
#
# $Id: Makefile,v 1.3 1999/08/01 02:36:33 steve Exp $
#
DISTNAME= doc++-3.3.13
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>