mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
615d23bd06
Approved by: sem(mentor)
39 lines
944 B
Makefile
39 lines
944 B
Makefile
# New ports collection makefile for: emacs-koi8u.el
|
|
# Date created: Mon Dec 12 23:19:55 UTC 2005
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= koi8u
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= ukrainian elisp
|
|
MASTER_SITES= http://santinel.bas-net.by/files/
|
|
PKGNAMEPREFIX= emacs-
|
|
DISTNAME= ukr-koi8u.el
|
|
EXTRACT_SUFX= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= anray@FreeBSD.org
|
|
COMMENT= KOI8-U coding system for [X]Emacs.
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
|
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
|
|
|
PLIST_FILES= share/emacs/site-lisp/ukr-koi8u.el lib/xemacs/site-lisp/ukr-koi8u.el
|
|
PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs
|
|
|
|
do-install:
|
|
${MKDIR} ${EMACSLISPDIR}
|
|
${MKDIR} ${XEMACSLISPDIR}
|
|
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/ukr-koi8u.el
|
|
${LN} -sf ${EMACSLISPDIR}/ukr-koi8u.el ${XEMACSLISPDIR}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|