2005-11-10 23:20:58 +01:00
|
|
|
# Ports collection makefile for: w3 on Emacs21
|
|
|
|
# Date created: 21 December 2003
|
|
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= doxymacs
|
2007-06-24 06:25:40 +02:00
|
|
|
PORTVERSION= 1.8.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2005-11-10 23:20:58 +01:00
|
|
|
CATEGORIES= editors elisp
|
2009-08-22 02:20:34 +02:00
|
|
|
MASTER_SITES= SF \
|
2006-03-15 19:21:26 +01:00
|
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
2009-08-22 02:20:34 +02:00
|
|
|
|
2005-11-10 23:20:58 +01:00
|
|
|
|
2006-01-11 05:01:50 +01:00
|
|
|
MAINTAINER= dryice@dryice.name
|
2005-11-10 23:20:58 +01:00
|
|
|
COMMENT= Doxymacs is Doxygen + {X}Emacs
|
|
|
|
|
2006-05-06 10:44:14 +02:00
|
|
|
USE_EMACS= yes
|
2005-11-10 23:20:58 +01:00
|
|
|
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>
|