freebsd-ports/textproc/whitespace.el/Makefile
Edwin Groothuis b502e7847f New port: textproc/whitespace.el
Whitespace.el is an emacs mode which detects and cleans up
    whitespace in source code.

PR:		ports/44998
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-24 10:44:25 +00:00

32 lines
794 B
Makefile

# New ports collection makefile for: whitespace.el
# Date created: 6 November 2002
# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
#
# $FreeBSD$
#
PORTNAME= whitespace.el
PORTVERSION= 3.0
CATEGORIES= textproc elisp
MASTER_SITES= http://www.dsmit.com/lisp/
DISTNAME= whitespace.el
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
EXTRACT_AFTER_ARGS= | ${CAT} >${WRKDIR}/${DISTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
do-install:
${MKDIR} ${EMACSLISPDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${EMACSLISPDIR}/${DISTNAME}
${MKDIR} ${XEMACSLISPDIR}
${LN} -sf ${EMACSLISPDIR}/${DISTNAME} ${XEMACSLISPDIR}
.include <bsd.port.mk>