mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ced1e88d5e
This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012
41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# Created by: Shigeyuki Fukushima <shige@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= psgml
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 9
|
|
CATEGORIES= editors elisp
|
|
MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/1.3.2
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
DISTNAME= ${PORTNAME}-1.3.2
|
|
|
|
PATCH_SITES= LOCAL/hrs
|
|
PATCHFILES= psgml-symbol-conflict-050503.diff.gz
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Major mode for editing SGML and XML documents for Emacs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= emacs
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --lispdir=${PSGML_LISPDIR}
|
|
CONFIGURE_ENV= EMACS=${EMACS_CMD}
|
|
SUB_FILES= ${PSGML_STARTUPEL}
|
|
SUB_LIST= PSGML_LISPDIR=${PSGML_LISPDIR}
|
|
PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL}
|
|
|
|
INFO= psgml psgml-api
|
|
|
|
PSGML_STARTUPEL= psgml-startup.el
|
|
PSGML_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/psgml
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" ${MAKE} install-info
|
|
${GZIP_CMD} ${STAGEDIR}${PSGML_LISPDIR}/*.el
|
|
${INSTALL_DATA} ${WRKDIR}/${PSGML_STARTUPEL} \
|
|
${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
|
|
|
|
.include <bsd.port.mk>
|