15 lines
337 B
Makefile
15 lines
337 B
Makefile
|
# New ports collection makefile for: T-gnus (for xemacs21-mule)
|
||
|
# Date created: 13 September 2000
|
||
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../t-gnus-emacs20
|
||
|
|
||
|
EMACS_PORT_NAME= xemacs21-mule
|
||
|
EMACS_PACKAGESDIR= lib/xemacs/site-packages
|
||
|
MANIFEST= MANIFEST.t-gnus
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|