blob: 20f2033aa03af879b20c3245a1eec5f262bdd9aa (
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: Elib for GNU Emacs 21
# Date created: 4 August 2007
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= ports@FreeBSD.org
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../devel/elib
# emacs port setup
USE_EMACS= yes
EMACS_PORT_NAME= emacs21
.include "${MASTERDIR}/Makefile"
|