aboutsummaryrefslogtreecommitdiff
path: root/editors/doxymacs/Makefile
blob: 81ffabd870b7f1985ac75ca9655a8aa1712ff7ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:	w3 on Emacs21
# Date created:				21 December 2003
# Whom:					Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#

PORTNAME=	doxymacs
PORTVERSION=	1.8.0
PORTREVISION=	2
CATEGORIES=	editors elisp
MASTER_SITES=	SF \
		http://dryice.name/computer/FreeBSD/distfiles/


MAINTAINER=	dryice@dryice.name
COMMENT=	Doxymacs is Doxygen + {X}Emacs

USE_EMACS=	yes
EMACS_PORT_NAME?=	emacs21
BUILD_DEPENDS=		${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3/w3.el:${PORTSDIR}/www/w3-4 \
			xmllint:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS=		${BUILD_DEPENDS}

GNU_CONFIGURE=	yes

.include <bsd.port.mk>