various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)

This commit is contained in:
Michael Haro 2000-04-20 19:39:00 +00:00
parent dae552c2f0
commit 7c7f73ded5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27796
14 changed files with 20 additions and 16 deletions

View file

@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER?= gj@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
@ -27,6 +27,7 @@ XEMACS_REL= 21.1
XEMACS_VER= 21.1.9
DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_GMAKE= yes
STRIP=

View file

@ -18,4 +18,4 @@ display model, including support for Motif menu and scroll bars and the
ability to run as a widget inside other applications. Many people say
it looks nicer than GNU Emacs.
Web site: http://www.xemacs.org
WWW: http://www.xemacs.org

View file

@ -1143,4 +1143,3 @@ lib/xemacs-%%XEMACS_VER%%/info/xemacs.info-9
@dirrm lib/xemacs-%%XEMACS_VER%%/info
@dirrm lib/xemacs-%%XEMACS_VER%%
@unexec rmdir %D/lib/xemacs 2>/dev/null || true

View file

@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER?= gj@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
@ -27,6 +27,7 @@ XEMACS_REL= 21.1
XEMACS_VER= 21.1.9
DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_GMAKE= yes
STRIP=

View file

@ -18,4 +18,4 @@ display model, including support for Motif menu and scroll bars and the
ability to run as a widget inside other applications. Many people say
it looks nicer than GNU Emacs.
Web site: http://www.xemacs.org
WWW: http://www.xemacs.org

View file

@ -1143,4 +1143,3 @@ lib/xemacs-%%XEMACS_VER%%/info/xemacs.info-9
@dirrm lib/xemacs-%%XEMACS_VER%%/info
@dirrm lib/xemacs-%%XEMACS_VER%%
@unexec rmdir %D/lib/xemacs 2>/dev/null || true

View file

@ -11,9 +11,9 @@ CATEGORIES= editors
MASTER_SITES= \
ftp://ftp.xemacs.org/pub/xemacs/${DISTNAME}/ \
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/${DISTNAME}/ \
ftp://ftp.usyd.edu.au:/pub/Xemacs/${DISTNAME}/ \
ftp://ftp.usyd.edu.au/pub/Xemacs/${DISTNAME}/ \
ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/${DISTNAME}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= gj@FreeBSD.org

View file

@ -7,7 +7,7 @@
# This is the COMMON port of XEmacs Mule slave
# ports(editors/xemacs${XEMACS_MAJOR_VER}-mule, japanese/xemacs${XEMACS_MAJOR_VER}-*)
# and provides `Architecture Independent' parts of xemacs binary.
# and provides `Architecture Independent' parts of xemacs binary.
#
# Caracteristic variables of XEmacs Mule ports family:
# MULE_PORT : Mule port if defined(means COMMN or SLAVE)

View file

@ -10,6 +10,7 @@ PORTVERSION= ${XEMACS_REL}
CATEGORIES+= editors
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= kiri@pis.toba-cmt.ac.jp
@ -17,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${P
${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages \
${RUN_DEP_LIST}
EXTRACT_ONLY= # empty
NO_BUILD= yes
XEMACS_MAJOR_VER= 21

View file

@ -6,7 +6,7 @@
#
# This is the MASTER port of XEmacs Mule slave ports(japanese/xemacs${XEMACS_MAJOR_VER}-*)
# and provides `Architecture Dependent' parts of xemacs binary.
# and provides `Architecture Dependent' parts of xemacs binary.
#
# Caracteristic variables of XEmacs Mule ports family:
# MULE_PORT : Mule port if defined(means COMMN or SLAVE)
@ -72,6 +72,8 @@ FILESDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/files
PATCHDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/patches
PLIST?= ${PKGLDIR}/PLIST
SLAVEDIRS= editors/xemacs21-mule-common editors/xemacs21-mule-sumo
XEMACS_MAJOR_VER?= 21
MULE_PORT= yes
PKGNAMESUFFIX?= -mule
@ -145,4 +147,6 @@ post-package:
# ${MKDIR} ${PREFIX}/lib/xemacs/mule-packages/etc/app-defaults
#.endif
.include "${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/Makefile"
MASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}
.include "${MASTERDIR}/Makefile"

View file

@ -10,6 +10,7 @@ PORTVERSION= ${XEMACS_REL}
CATEGORIES+= editors
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= kiri@pis.toba-cmt.ac.jp
@ -17,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${P
${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages \
${RUN_DEP_LIST}
EXTRACT_ONLY= # empty
NO_BUILD= yes
XEMACS_MAJOR_VER= 21

View file

@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}
MAINTAINER?= gj@FreeBSD.org
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
@ -27,6 +27,7 @@ XEMACS_REL= 21.1
XEMACS_VER= 21.1.9
DIST_SUBDIR= xemacs
SLAVEDIRS+= editors/xemacs21-mule
USE_XLIB= yes
USE_GMAKE= yes
STRIP=

View file

@ -18,4 +18,4 @@ display model, including support for Motif menu and scroll bars and the
ability to run as a widget inside other applications. Many people say
it looks nicer than GNU Emacs.
Web site: http://www.xemacs.org
WWW: http://www.xemacs.org

View file

@ -1143,4 +1143,3 @@ lib/xemacs-%%XEMACS_VER%%/info/xemacs.info-9
@dirrm lib/xemacs-%%XEMACS_VER%%/info
@dirrm lib/xemacs-%%XEMACS_VER%%
@unexec rmdir %D/lib/xemacs 2>/dev/null || true