mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
3952ad93e3
I'm the maintainer(dryice@liu.com.cn) of the following ports. Please help to change the maintainer mail address to dryice@dryice.name. This new mail address has a RDNS record and will make the life easier. Thanks! PR: ports/91624 Submitted by: Dryice Dong Liu <dryice@dryice.name>
26 lines
621 B
Makefile
26 lines
621 B
Makefile
# Ports collection makefile for: w3 on Emacs21
|
|
# Date created: 21 December 2003
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= doxymacs
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= editors elisp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://bsdchat.com/dist/dryice/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dryice@dryice.name
|
|
COMMENT= Doxymacs is Doxygen + {X}Emacs
|
|
|
|
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>
|