blob: 26e61eac026b362b72b96c28bbbe8324ff400a29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2003/11/18 16:29:50 cube Exp $
PKGNAME= emacs20-${DISTNAME}
PKGREVISION= # defined
DISTINFO_FILE= ${.CURDIR}/../../devel/elib/distinfo
PATCHDIR= ${.CURDIR}/../../devel/elib/patches
PLIST_SRC= ${.CURDIR}/../../devel/elib/PLIST
EMACS_VERSION_REQD= emacs20
CONFLICTS+= elib-[0-9]*
.include "../../devel/elib/Makefile"
|