mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
793b979317
.include <...> -> .include "..."
17 lines
404 B
Makefile
17 lines
404 B
Makefile
# New ports collection makefile for: irchat-pj (for xemacs21-mule)
|
|
# Date Created: 4 May 2001
|
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20
|
|
|
|
EMACS_PORT_NAME= xemacs21-mule
|
|
XEMACS_ONLY= ""
|
|
LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
|
|
ALL_TARGET= package
|
|
INSTALL_TARGET= install-package
|
|
|
|
.include "${MASTERDIR}/Makefile"
|