mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b14127ff8a
Hat: portmgr
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# New ports collection makefile for: Mule-UCS for GNU Emacs 20
|
|
# Date created: 14 January 2000
|
|
# Whom: OKAZAKI Tetsurou
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Universal encoding system for GNU Emacs 20
|
|
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../converters/mule-ucs
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|