blob: 03212662d7d54bc1ecabc20c051f82988335d70b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: semi-1.13.x for emacs19
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= shige@FreeBSD.org
COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs19
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/semi113
# emacs port setup
EMACS_PORT_NAME= emacs19
.include "${MASTERDIR}/Makefile"
|