freebsd-ports/lang/cmucl-extra/Makefile
Kubilay Kocak 072099e520 lang/cmucl{-extra}: Correct maintainer address
The MAINTAINER email address for the following ports were inadvertently
submitted [1] as FreeBSD.org addresses:

 - ports r489429 (lang/cmucl) via bug 232011
 - ports r489430 (lang/cmucl-extra) via bug 233195

This change updates MAINTAINER lines to the correct address.

PR:		234655 [1], 232011, 233195
Submitted by:	Lorenzo Salvadore <phascolarctos protonmail ch> (maintainer)
2019-01-07 03:30:26 +00:00

36 lines
1,006 B
Makefile

# Created by: Scott Flatman <sf@dsinw.com>
# $FreeBSD$
PORTNAME= cmucl-extra
DISTVERSION= 21b
CATEGORIES= lang lisp
MASTER_SITES= https://common-lisp.net/project/cmucl/downloads/release/${DISTVERSION}/ \
http://cmucl.org/downloads/release/${DISTVERSION}/ \
https://pmsf.eu/pub/cmucl/release/${DISTVERSION}/ \
http://www.rgrjr.com/cmucl/downloads/release/${DISTVERSION}/
DISTNAME= cmucl-${DISTVERSION}-x86-FreeBSD.extra
MAINTAINER= phascolarctos@protonmail.ch
COMMENT= Optional extras for the CMU implementation of Common Lisp
LICENSE= PD
RUN_DEPENDS= lisp:lang/cmucl
USES= tar:bzip2
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
do-install:
cd ${WRKSRC}/lib/cmucl && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}
cd ${STAGEDIR}${DATADIR}/lib && ${COPYTREE_SHARE} locale ${STAGEDIR}${PREFIX}/share '-name *\.mo'
${RM} `${FIND} ${STAGEDIR}${DATADIR} -name "*.mo"`
${RMDIR} ${STAGEDIR}${DATADIR}/lib/contrib/unix
.include <bsd.port.mk>