mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
19 lines
337 B
Makefile
19 lines
337 B
Makefile
|
# New ports collection makefile for: PCL-CVS for GNU Emacs 20
|
||
|
# Date created: 27 Apr 2000
|
||
|
# Whom: OKAZAKI Tetsurou
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MAINTAINER= okazaki@FreeBSD.org
|
||
|
|
||
|
# This is a slave port.
|
||
|
PORTCLASS= slave
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../devel/pcl-cvs-emacs
|
||
|
|
||
|
# emacs port setup
|
||
|
EMACS_PORT_NAME= emacs20
|
||
|
|
||
|
.include <${MASTERDIR}/Makefile>
|