# New ports collection makefile for: dictionary # Date created: 23 March 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= dictionary PORTVERSION= 1.8.5 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= A dictionary client for Emacs EMACS_PORT_NAME?= emacs21 LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ELS= connection.el dictionary.el link.el do-build: cd ${WRKSRC}; ${EMACS_CMD} -batch -l lpath.el -f batch-byte-compile ${ELS} do-install: ${MKDIR} ${LISPDIR} .for i in ${ELS} *.elc dictionary-init.el ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include span='2'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32016-11-281-1/+1
* www/rtv: update 1.9.1 -> 1.13.0 and new maintainerrobak2016-11-071-15/+14
* Drop maintainership, ENOTIME for redditarved2016-09-291-1/+1
* Update to 1.9.1arved2016-06-281-1/+1
* Github cleanup.mat2016-06-011-1/+1
* Update to 1.9.0arved2016-04-151-2/+2
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-5/+5
* Unbreak INDEX when PACKAGE_BUILDING is setantoine2016-03-171-1/+3
* Disable PACKAGE_BUILDING. package building doesn't work with python != 2.7arved2016-03-171-0/+4