mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# New ports collection makefile for: mhc (for xemacs21-mule)
|
|
# Date created: 7 Apr 2001
|
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../mhc
|
|
MAINTAINER= yoichi@FreeBSD.org
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= xemacs21-mule
|
|
IGNORE= hangs during build
|
|
DEPRECATED= ${IGNORE}
|
|
EXPIRATION_DATE=2006-12-01
|
|
|
|
.include "${MASTERDIR}/Makefile"
|