18f405e5b2
Discussed with: various emacs maintainers Hat: portmgr
23 lines
541 B
Makefile
23 lines
541 B
Makefile
# New ports collection makefile for: semi for emacs
|
|
# Date created: 23 September 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs20
|
|
|
|
DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version
|
|
EXPIRATION_DATE= 2007-08-19
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/semi
|
|
|
|
# emacs port setup
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|