mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
59e1c12e37
adjustment and should not have been committed that way. Reminded by: kris
50 lines
1.1 KiB
Makefile
50 lines
1.1 KiB
Makefile
# New ports collection makefile for: gnus-emacs20
|
|
# Date created: 29 January 2001
|
|
# Whom: ilya
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnus
|
|
PORTVERSION= 5.8.8
|
|
PORTREVISION= 3
|
|
CATEGORIES= news mail elisp
|
|
MASTER_SITES= ftp://ftp.monash.edu.au/pub/gnus/ \
|
|
ftp://ftp.kreonet.re.kr/pub/tools/emacs/gnus/ \
|
|
ftp://ftp.task.gda.pl/mirror/ftp.gnus.org/pub/gnus/
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A popular newsreader for emacs20
|
|
|
|
BROKEN= Incomplete pkg-plist
|
|
DEPRECATED= ${BROKEN}
|
|
EXPIRATION_DATE=2005-09-22
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
EMACS_PORT_NAME?=emacs20
|
|
|
|
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
|
|
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/gnus \
|
|
--infodir=${INFODIR}
|
|
|
|
INFODIR= ${PREFIX}/info
|
|
INFO= emacs-mime gnus gnus-1 gnus-2 gnus-3 message
|
|
|
|
PORTDOCDIR= share/doc/gnus-${EMACS_PORT_NAME}
|
|
DOCS= ChangeLog GNUS-NEWS README
|
|
|
|
PLIST_SUB+= EMACS_PORT_NAME=${EMACS_PORT_NAME} \
|
|
INFODIR=${INFODIR:S/${PREFIX}\///}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/${PORTDOCDIR}
|
|
.for i in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${PORTDOCDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|