blob: 87911b2643c773980d1e6e17d2a49b79c2171012 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: custom for mule
# Date created: 27 December 1998
# Whom: shige
#
# $FreeBSD$
#
MAINTAINER= shige@FreeBSD.org
COMMENT= The Custom Library for mule
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/custom-emacs
# emacs port setup
EMACS_PORT_NAME= mule
# pkg/* files but PLIST are used in ${.CURDIR}
PKGDIR= ${.CURDIR}
PATCHDIR= ${.CURDIR}/files
PLIST= ${MASTERDIR}/pkg-plist
.include <${MASTERDIR}/Makefile>
|