diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-16 14:38:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-16 14:38:26 +0000 |
commit | d2ec730a39cc5c6e7b2d88b923f92c0aa3599f5f (patch) | |
tree | 9073ac0c03e91217cc0f80f53ce71b5da88713e2 /editors | |
parent | Make this port install docs in the right place. If you create (diff) |
Revert previous change. Now faces will be autodetected as before
except when PACKAGE_BUILDING is defined where it will be disabled
by default.
Suggested by: asami and eivind
Notes
Notes:
svn path=/head/; revision=9756
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 10 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 10 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 10 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 10 |
4 files changed, 28 insertions, 12 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 82019c69f7c4..d2e6cb02b23a 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/01/01 21:06:35 gj Exp $ +# $Id: Makefile,v 1.8 1998/02/15 15:43:42 steve Exp $ # DISTNAME= xemacs-20.3 @@ -34,8 +34,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ - --with-xface=no \ - ${WITH_MULE} ${WITH_DIALOGS} + ${WITH_XFACE} ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 ALL_TARGET= all dist @@ -62,6 +61,11 @@ PLIST= ${PKGDIR}/PLIST.mule WITH_DIALOGS= --with-dialogs=athena .endif +# Drop faces if building package, autodetect otherwise +.if defined(PACKAGE_BUILDING) +WITH_XFACE?= --with-xface=no +.endif + post-install: .for file in b2m ctags etags gnuclient ${DISTNAME} strip ${PREFIX}/bin/${file} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 82019c69f7c4..d2e6cb02b23a 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/01/01 21:06:35 gj Exp $ +# $Id: Makefile,v 1.8 1998/02/15 15:43:42 steve Exp $ # DISTNAME= xemacs-20.3 @@ -34,8 +34,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ - --with-xface=no \ - ${WITH_MULE} ${WITH_DIALOGS} + ${WITH_XFACE} ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 ALL_TARGET= all dist @@ -62,6 +61,11 @@ PLIST= ${PKGDIR}/PLIST.mule WITH_DIALOGS= --with-dialogs=athena .endif +# Drop faces if building package, autodetect otherwise +.if defined(PACKAGE_BUILDING) +WITH_XFACE?= --with-xface=no +.endif + post-install: .for file in b2m ctags etags gnuclient ${DISTNAME} strip ${PREFIX}/bin/${file} diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 82019c69f7c4..d2e6cb02b23a 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/01/01 21:06:35 gj Exp $ +# $Id: Makefile,v 1.8 1998/02/15 15:43:42 steve Exp $ # DISTNAME= xemacs-20.3 @@ -34,8 +34,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ - --with-xface=no \ - ${WITH_MULE} ${WITH_DIALOGS} + ${WITH_XFACE} ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 ALL_TARGET= all dist @@ -62,6 +61,11 @@ PLIST= ${PKGDIR}/PLIST.mule WITH_DIALOGS= --with-dialogs=athena .endif +# Drop faces if building package, autodetect otherwise +.if defined(PACKAGE_BUILDING) +WITH_XFACE?= --with-xface=no +.endif + post-install: .for file in b2m ctags etags gnuclient ${DISTNAME} strip ${PREFIX}/bin/${file} diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 82019c69f7c4..d2e6cb02b23a 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/01/01 21:06:35 gj Exp $ +# $Id: Makefile,v 1.8 1998/02/15 15:43:42 steve Exp $ # DISTNAME= xemacs-20.3 @@ -34,8 +34,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ - --with-xface=no \ - ${WITH_MULE} ${WITH_DIALOGS} + ${WITH_XFACE} ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 ALL_TARGET= all dist @@ -62,6 +61,11 @@ PLIST= ${PKGDIR}/PLIST.mule WITH_DIALOGS= --with-dialogs=athena .endif +# Drop faces if building package, autodetect otherwise +.if defined(PACKAGE_BUILDING) +WITH_XFACE?= --with-xface=no +.endif + post-install: .for file in b2m ctags etags gnuclient ${DISTNAME} strip ${PREFIX}/bin/${file} |