diff options
-rw-r--r-- | CVSROOT/modules | 5 | ||||
-rw-r--r-- | MOVED | 5 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pcl-cvs-emacs/Makefile | 124 | ||||
-rw-r--r-- | devel/pcl-cvs-emacs/distinfo | 9 | ||||
-rw-r--r-- | devel/pcl-cvs-emacs/pkg-descr | 7 | ||||
-rw-r--r-- | devel/pcl-cvs-emacs/pkg-message | 3 | ||||
-rw-r--r-- | devel/pcl-cvs-emacs/pkg-plist | 21 | ||||
-rw-r--r-- | editors/Makefile | 4 | ||||
-rw-r--r-- | editors/apel-emacs19/Makefile | 20 | ||||
-rw-r--r-- | editors/custom-emacs/Makefile | 59 | ||||
-rw-r--r-- | editors/custom-emacs/distinfo | 3 | ||||
-rw-r--r-- | editors/custom-emacs/pkg-descr | 22 | ||||
-rw-r--r-- | editors/custom-emacs/pkg-plist | 17 | ||||
-rw-r--r-- | editors/flim113-emacs19/Makefile | 20 | ||||
-rw-r--r-- | editors/semi113-emacs19/Makefile | 20 |
16 files changed, 5 insertions, 335 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index adf8ac2ca32a..eff082b7e5a7 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -405,7 +405,6 @@ apc ports/math/apc apcpwr ports/sysutils/apcpwr apcupsd ports/sysutils/apcupsd apel ports/editors/apel -apel-emacs19 ports/editors/apel-emacs19 apel-emacs20 ports/editors/apel-emacs20 apg ports/security/apg apinger ports/net/apinger @@ -1421,7 +1420,6 @@ cursive ports/games/cursive cursor-bluecurve-theme ports/x11-themes/cursor-bluecurve-theme cursor-jimmac-theme ports/x11-themes/cursor-jimmac-theme cursor-polar-theme ports/x11-themes/cursor-polar-theme -custom-emacs ports/editors/custom-emacs cutecom ports/comms/cutecom cutils ports/devel/cutils cutlass ports/security/cutlass @@ -2414,7 +2412,6 @@ flim ports/editors/flim flim-emacs20 ports/editors/flim-emacs20 flim-xemacs21-mule ports/editors/flim-xemacs21-mule flim113 ports/editors/flim113 -flim113-emacs19 ports/editors/flim113-emacs19 flim113-emacs20 ports/editors/flim113-emacs20 flip ports/graphics/flip flite ports/audio/flite @@ -9392,7 +9389,6 @@ pcfclock ports/sysutils/pcfclock pcgen ports/games/pcgen pchar ports/net/pchar pciutils ports/sysutils/pciutils -pcl-cvs-emacs ports/devel/pcl-cvs-emacs pcl-cvs-emacs20 ports/devel/pcl-cvs-emacs20 pclock ports/x11-clocks/pclock pclprint ports/print/pclprint @@ -11692,7 +11688,6 @@ semi ports/editors/semi semi-emacs20 ports/editors/semi-emacs20 semi-xemacs21-mule ports/editors/semi-xemacs21-mule semi113 ports/editors/semi113 -semi113-emacs19 ports/editors/semi113-emacs19 semi113-emacs20 ports/editors/semi113-emacs20 sendemail ports/net/sendemail sendfile ports/net/sendfile @@ -2195,3 +2195,8 @@ editors/bitmap-mule||2006-02-16|Remove expired port editors/custom-mule and all editors/flim113-mule||2006-02-16|Remove expired port editors/custom-mule and all dependant ports editors/semi113-mule||2006-02-16|Remove expired port editors/custom-mule and all dependant ports editors/custom-mule||2006-02-16|Remove expired port editors/custom-mule and all dependant ports +editors/apel-emacs19||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports +editors/flim113-emacs19||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports +editors/semi113-emacs19||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports +devel/pcl-cvs-emacs||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports +editors/custom-emacs||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports diff --git a/devel/Makefile b/devel/Makefile index 8543f8fb6ff6..5037510975fc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1269,7 +1269,6 @@ SUBDIR += p65 SUBDIR += patch SUBDIR += pccts - SUBDIR += pcl-cvs-emacs SUBDIR += pcl-cvs-emacs20 SUBDIR += pcre SUBDIR += pcre++ diff --git a/devel/pcl-cvs-emacs/Makefile b/devel/pcl-cvs-emacs/Makefile deleted file mode 100644 index 97b633679350..000000000000 --- a/devel/pcl-cvs-emacs/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -# New ports collection makefile for: pcl-cvs for GNU Emacs 19 -# Date created: 18 Apr 2000 -# Whom: OKAZAKI Tetsurou -# -# $FreeBSD$ -# - -PORTNAME= pcl-cvs -PORTVERSION= 2.9.9 -PORTREVISION= 1 -CATEGORIES= devel elisp -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= okazaki/pcl-cvs -PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DIST_SUBDIR= pcl-cvs - -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= okazaki/pcl-cvs -PATCHFILES= pcl-cvs-2.9.9-compat.patch - -MAINTAINER?= okazaki@FreeBSD.org -COMMENT= An Emacs-based front-end to CVS - -# startup el filename -PORT_SETUPEL= pcl-cvs-setup.el - -# This is a master port. -PORTCLASS?= master - -# emacs port setup -.if (${PORTCLASS} == "master") -USE_EMACS= yes -EMACS_PORT_NAME= emacs19 -CUSTOM_PORT_SUFFIX= -emacs -.endif -ELIB_PORT_SUFFIX?= -${EMACS_PORT_NAME} - -# target name for make build -ALL_TARGET?= elcfiles info -INSTALL_TARGET?= install_el install_elc install_info -INSTALL_TARGET+= install_startup - -INFO= pcl-cvs - -.include <bsd.port.pre.mk> - -.if !defined(NOPORTDOCS) -PORTDOCS= ChangeLog FAQ NEWS README TODO -.endif - -.if ${EMACS_VER} == "19.34" -EASY_MMODE= easy-mmode.el -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -DISTFILES= ${EXTRACT_ONLY} ${EASY_MMODE} -ELIB_SETUP= '(if (locate-library "elib-startup") (require '\''elib-startup))' -.endif - -PLIST_SUB+= PORT_SETUPEL=${PORT_SETUPEL} -MAKE_ARGS+= EMACS="${EMACS_CMD} -q --no-site-file" \ - CP="${INSTALL_DATA}" \ - MAKEINFO="makeinfo --no-split" \ - MKDIR="${MKDIR}" \ - prefix="${PREFIX}" \ - lispdir="${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" \ - startupfile="${PORT_SETUPEL}" - -.if defined(EMACS_PORT_NAME) -ELIB_PORTDIR= ${PORTSDIR}/devel/elib${ELIB_PORT_SUFFIX} -BUILD_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/elib/cookie.el:${ELIB_PORTDIR} -RUN_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/elib/cookie.el:${ELIB_PORTDIR} -.if (${EMACS_VER} == "19.34") -CUSTOM_PORTDIR= ${PORTSDIR}/editors/custom${CUSTOM_PORT_SUFFIX} -# depends on custom: emacs-19.34 or mule-2.3 based on emacs-19.34 -BUILD_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/custom.el:${CUSTOM_PORTDIR} -RUN_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/custom.el:${CUSTOM_PORTDIR} -.else -# diff-mode.el does not run on emacs-19.34 -RUN_DEPENDS+= ${EMACS_BASE}/${EMACS_SITE_LISPDIR}/diff-mode.el:${PORTSDIR}/textproc/diff-mode.el -.endif -.else -.BEGIN: - @${ECHO} "Error: Bad port." - @${ECHO} "You must define EMACS_PORT_NAME." - @${FALSE} -.endif - -post-extract: -.if defined(EASY_MMODE) - ${CP} ${_DISTDIR}/${EASY_MMODE} ${WRKSRC} -.endif - -pre-build: - ${RM} ${WRKSRC}/pcl-cvs.info* - -post-build: - ${ECHO_CMD} "(provide 'pcl-cvs-startup)" >> ${WRKSRC}/pcl-cvs-startup.el - -pre-install: - -${RM} ${INSTALL_WRKSRC}/${PORT_SETUPEL} -.if defined(ELIB_SETUP) && !empty(ELIB_SETUP) - ${ECHO_CMD} ${ELIB_SETUP} >> ${INSTALL_WRKSRC}/${PORT_SETUPEL} -.endif - -POST_INSTALL_SEQ+= setupel-install -.if !defined(NOPORTDOCS) -POST_INSTALL_SEQ+= doc-install -.endif - -post-install: ${POST_INSTALL_SEQ} - @${CAT} ${PKGMESSAGE} - -doc-install: - ${MKDIR} ${DOCSDIR} - cd ${INSTALL_WRKSRC} && \ - for i in ${PORTDOCS}; do \ - ${INSTALL_DATA} $${i} ${DOCSDIR} ; \ - done - -setupel-install: - ${ECHO_CMD} "(provide 'pcl-cvs-setup)" >> ${INSTALL_WRKSRC}/${PORT_SETUPEL} - ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORT_SETUPEL} \ - ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ - -.include <bsd.port.post.mk> diff --git a/devel/pcl-cvs-emacs/distinfo b/devel/pcl-cvs-emacs/distinfo deleted file mode 100644 index 1029567a3d80..000000000000 --- a/devel/pcl-cvs-emacs/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (pcl-cvs/pcl-cvs-2.9.9.tar.gz) = b4511b9eae0bf2ee033f37705cb5f1f9 -SHA256 (pcl-cvs/pcl-cvs-2.9.9.tar.gz) = 3177c5994f2ab36d8c482acb69ca984ba08ebce3e6b52c5765d1d615d5103fdf -SIZE (pcl-cvs/pcl-cvs-2.9.9.tar.gz) = 140016 -MD5 (pcl-cvs/easy-mmode.el) = 59baa701f3fafcf2a8f47ea58785722b -SHA256 (pcl-cvs/easy-mmode.el) = a7a37d0a6c7fdfee59a4e5c362a0be2eb6c34b9f79067a4d256c4c9493ca11d8 -SIZE (pcl-cvs/easy-mmode.el) = 5962 -MD5 (pcl-cvs/pcl-cvs-2.9.9-compat.patch) = 42d7926bde6eb3f9375aa511a4da4aa5 -SHA256 (pcl-cvs/pcl-cvs-2.9.9-compat.patch) = 40fb7a15845c0c7b7f769decbf5d8e861aae58dacac9f104a04577ed51679425 -SIZE (pcl-cvs/pcl-cvs-2.9.9-compat.patch) = 2150 diff --git a/devel/pcl-cvs-emacs/pkg-descr b/devel/pcl-cvs-emacs/pkg-descr deleted file mode 100644 index ae924c4a6f91..000000000000 --- a/devel/pcl-cvs-emacs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PCL-CVS is a front-end to CVS. It integrates the most frequently -used CVS commands into emacs. - -For VC users, PCL-CVS can be thought of as a VC-dired specially designed -for CVS. PCL-CVS is not a replacement for VC and is supposed to interact -well with it. It provides a global view of your project and allows -execution of cvs commands on several files at a time. diff --git a/devel/pcl-cvs-emacs/pkg-message b/devel/pcl-cvs-emacs/pkg-message deleted file mode 100644 index 311ace634ff4..000000000000 --- a/devel/pcl-cvs-emacs/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -To use pcl-cvs, put the following setup into your ~/.emacs: - - (require 'pcl-cvs-setup) diff --git a/devel/pcl-cvs-emacs/pkg-plist b/devel/pcl-cvs-emacs/pkg-plist deleted file mode 100644 index a13f79105bd0..000000000000 --- a/devel/pcl-cvs-emacs/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-compat.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-compat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-edit.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-edit.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-log.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-log.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-status.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-status.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-defs.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-defs.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-info.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-info.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-parse.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-parse.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-startup.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs.el -%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs.elc -%%EMACS_VERSION_SITE_LISPDIR%%/%%PORT_SETUPEL%% -@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs diff --git a/editors/Makefile b/editors/Makefile index a016359116e0..413236ab56e6 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -10,7 +10,6 @@ SUBDIR += aee SUBDIR += aewan SUBDIR += apel - SUBDIR += apel-emacs19 SUBDIR += apel-emacs20 SUBDIR += asedit SUBDIR += axe @@ -31,7 +30,6 @@ SUBDIR += conglomerate SUBDIR += cooledit SUBDIR += cream - SUBDIR += custom-emacs SUBDIR += dedit SUBDIR += doxymacs SUBDIR += dte @@ -51,7 +49,6 @@ SUBDIR += flim-emacs20 SUBDIR += flim-xemacs21-mule SUBDIR += flim113 - SUBDIR += flim113-emacs19 SUBDIR += flim113-emacs20 SUBDIR += fpc-ide SUBDIR += fte @@ -134,7 +131,6 @@ SUBDIR += semi-emacs20 SUBDIR += semi-xemacs21-mule SUBDIR += semi113 - SUBDIR += semi113-emacs19 SUBDIR += semi113-emacs20 SUBDIR += setedit SUBDIR += slime diff --git a/editors/apel-emacs19/Makefile b/editors/apel-emacs19/Makefile deleted file mode 100644 index bbe90d4c0023..000000000000 --- a/editors/apel-emacs19/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: apel for emacs19 -# Date created: 22 September 1998 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# -# $FreeBSD$ -# - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Portable Emacs Library for emacs19 - -# This is a slave port. -PORTCLASS= slave - -MASTERDIR= ${.CURDIR}/../../editors/apel - -# emacs port setup -USE_EMACS= yes -EMACS_PORT_NAME= emacs19 - -.include "${MASTERDIR}/Makefile" diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile deleted file mode 100644 index 9e40b88955d3..000000000000 --- a/editors/custom-emacs/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: custom for emacs -# Date created: 27 December 1998 -# Whom: shige -# -# $FreeBSD$ -# - -PORTNAME= custom -PORTVERSION= ${CUSTOM_VER} -CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= The Custom Library for emacs - -DEPRECATED= mastersite dissapeared; abandoned software for obsolete emacs version -EXPIRATION_DATE=2006-01-24 - -# custom library -CUSTOM_VER= 1.9962 -CUSTOMDOCDIR= share/doc/custom -CUSTOM_ELS= cus-edit.el cus-face.el custom.el \ - wid-browse.el wid-edit.el widget-example.el widget.el - -# This is a master port. -PORTCLASS?= master - -.if (${PORTCLASS} == "master") -USE_EMACS= yes -EMACS_PORT_NAME= emacs19 -.endif - -PLIST_SUB= CUSTOMDOCDIR=${CUSTOMDOCDIR} - -.include <bsd.port.pre.mk> - -.if !defined(EMACS_PORT_NAME) -.BEGIN: - @${ECHO} "Error: Bad port." - @${ECHO} "You must define EMACS_PORT_NAME." - @${FALSE} -.endif - -do-install: - @for i in ${CUSTOM_ELS} ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} \ - ${LOCALBASE}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/ ; \ - ${INSTALL_DATA} ${WRKSRC}/$${i}c \ - ${LOCALBASE}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/ ; \ - done -.if !defined(NOPORTDOCS) - @${MKDIR} ${LOCALBASE}/${CUSTOMDOCDIR} - @for i in ChangeLog TODO ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${LOCALBASE}/${CUSTOMDOCDIR} ; \ - done -.endif - -.include <bsd.port.post.mk> diff --git a/editors/custom-emacs/distinfo b/editors/custom-emacs/distinfo deleted file mode 100644 index b2c75020c84e..000000000000 --- a/editors/custom-emacs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (custom-1.9962.tar.gz) = af3c53820c7f63f158c803be2d429596 -SHA256 (custom-1.9962.tar.gz) = ce59c6880924f38a91e9ed58468b649d3a8dda45daf5fc211d422cd4b88a734f -SIZE (custom-1.9962.tar.gz) = 106218 diff --git a/editors/custom-emacs/pkg-descr b/editors/custom-emacs/pkg-descr deleted file mode 100644 index 8601334e0b10..000000000000 --- a/editors/custom-emacs/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -The Custom Library for emacs. - -The Custom Library is intended for use by emacs lisp programmers who -want to make their emacs packages easily customizable. It allows the -programmer to - - - declare the type for each user option, - i.e. specify the set of legal values for each variable, - - specify and initialize the faces used by the package, and - - organize the user options into groups and hierarchies. - -The user will then be able to customize the user options through a -helpful structured interface that resembles the property editor in -modern GUI programs. - -How to use: - M-x customize - -Installed at: - ${LOCALBASE}/share/emacs/19.34/site-lisp/ - -WWW: http://www.dina.kvl.dk/~abraham/custom/ diff --git a/editors/custom-emacs/pkg-plist b/editors/custom-emacs/pkg-plist deleted file mode 100644 index 44bbd8396629..000000000000 --- a/editors/custom-emacs/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-edit.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-edit.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-face.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-face.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/custom.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/custom.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-browse.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-browse.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-edit.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-edit.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget-example.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget-example.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget.elc -%%CUSTOMDOCDIR%%/ChangeLog -%%CUSTOMDOCDIR%%/TODO -@dirrm %%CUSTOMDOCDIR%% diff --git a/editors/flim113-emacs19/Makefile b/editors/flim113-emacs19/Makefile deleted file mode 100644 index b219755ab18a..000000000000 --- a/editors/flim113-emacs19/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: flim-1.13.x for emacs19 -# Date created: 9 May 1999 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# -# $FreeBSD$ -# - -MAINTAINER= ports@FreeBSD.org -COMMENT= FLIM, message representation or encoding emacs lisp library for emacs19 - -# This is a slave port. -PORTCLASS= slave - -MASTERDIR= ${.CURDIR}/../../editors/flim113 - -# emacs port setup -USE_EMACS= yes -EMACS_PORT_NAME= emacs19 - -.include "${MASTERDIR}/Makefile" diff --git a/editors/semi113-emacs19/Makefile b/editors/semi113-emacs19/Makefile deleted file mode 100644 index 58c52a7114c8..000000000000 --- a/editors/semi113-emacs19/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: semi-1.13.x for emacs19 -# Date created: 9 May 1999 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# -# $FreeBSD$ -# - -MAINTAINER= ports@FreeBSD.org -COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs19 - -# This is a slave port. -PORTCLASS= slave - -MASTERDIR= ${.CURDIR}/../../editors/semi113 - -# emacs port setup -USE_EMACS= yes -EMACS_PORT_NAME= emacs19 - -.include "${MASTERDIR}/Makefile" |