1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/apel-xemacs21-mule/Makefile
Shigeyuki Fukushima 8be68b9a25 Install to ${PREFIX}/lib/xemacs/site-packages as XEmacs packages.
RUN_DEPENDS on xemacs-sumo-packages.

Pointed out by:	HASEGAWA Tomoki <thasegawa@mta.biglobe.ne.jp>
1999-10-18 16:18:22 +00:00

44 lines
923 B
Makefile

# New ports collection makefile for: apel for xemacs-mule
# Version required: 9.22
# Date created: 13 June 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
MAINTAINER= shige@FreeBSD.org
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/apel-emacs
# emacs port setup
EMACS_NAME= xemacs
EMACS_PORT= xemacs-mule
EMACS_VER= 21.1.6
EMACS_PACKAGESDIR= lib/${EMACS_NAME}/site-packages
# packages-subdirectories which this port requires
EMACS_PACKAGES_SUBDIRS= lisp pkginfo
# how to install
ALL_TARGET= package
INSTALL_TARGET= install-package
# RUN_DEPENDS port name's suffix is '-common'.
HAVE_COMMON_PORT= YES
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
# package info manifest
MANIFEST= MANIFEST.apel
# package documents
APELDOCDIR= ${EMACS_PACKAGESDIR}/lisp/apel
.if defined(PARALLEL_PACKAGE_BUILD)
FORBIDDEN= hang
.endif
.include <${MASTERDIR}/Makefile>