cleanout redundant code
This commit is contained in:
parent
bbff547164
commit
489c4a55f0
1 changed files with 3 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.20 2000/03/02 05:19:55 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2000/03/06 10:21:32 wulf Exp $
|
||||
# FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp
|
||||
#
|
||||
|
||||
|
@ -6,30 +6,16 @@ DISTNAME= exmh-2.1.1
|
|||
CATEGORIES= mail tk80
|
||||
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
|
||||
|
||||
#PATCH_SITES= http://sunscript.sun.com/exmh/patches/2.0.1/
|
||||
# User contributed and "new features". Some not useable as-is.
|
||||
#PATCHFILES= seditpost.patch inc.patch next.patch
|
||||
# XXX pgpExec.patch has got confused paths (supplied as patch-as)
|
||||
# XXX newsgroups.patch is relative to a different directory (patch-at)
|
||||
# XXX MDN.patch doesn't apply (patch-au)
|
||||
# XXX post.from.patch doesn't apply (patch-av)
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.beedub.com/exmh/
|
||||
|
||||
DEPENDS+= tcl-8.0.5:../../lang/tcl80
|
||||
DEPENDS+= tk-8.0.5:../../x11/tk80
|
||||
DEPENDS+= nmh>=1.0:../../mail/nmh
|
||||
DEPENDS+= mm>=2.7:../../mail/metamail
|
||||
DEPENDS+= nmh-1.0:../../mail/nmh
|
||||
DEPENDS+= mm-2.7:../../mail/metamail
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
#.if defined(PATCH_DEBUG)
|
||||
#PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP}
|
||||
#.else
|
||||
#PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
|
||||
#.endif
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME}
|
||||
USE_X11= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue