Index: head/devel/tclgetopts/Makefile =================================================================== --- head/devel/tclgetopts/Makefile (revision 18821) +++ head/devel/tclgetopts/Makefile (revision 18822) @@ -1,29 +1,29 @@ # New ports collection makefile for: tcl-getopt # Version required: 1.0 # Date created: Mar 18, 1999 # Whom: mi # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 03:22:59 steve Exp $ # DISTNAME= tclGetOpts PKGNAME= tclGetOpts-1.0 -CATEGORIES= devel tcl +CATEGORIES= devel tcl75 tcl76 tcl80 tcl81 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/devel/ MAINTAINER= mi@aldan.algebra.com NO_BUILD= YES MANN= getopt.n typedopts.n do-install: ${MKDIR} ${PREFIX}/lib/foxGetOpt ${INSTALL_SCRIPT} \ ${FILESDIR}/pkgIndex.tcl \ ${WRKSRC}/foxTypedOpts.tcl \ ${WRKSRC}/foxGetOpt.tcl ${PREFIX}/lib/foxGetOpt/ ${INSTALL_MAN} ${WRKSRC}/getopt.n ${WRKSRC}/typedopts.n \ ${PREFIX}/man/mann/ .include Property changes on: head/devel/tclgetopts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/custom-emacs/Makefile =================================================================== --- head/editors/custom-emacs/Makefile (revision 18821) +++ head/editors/custom-emacs/Makefile (revision 18822) @@ -1,68 +1,68 @@ # New ports collection makefile for: custom for emacs # Version required: 1.9962 # Date created: 27 December 1998 # Whom: shige # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/30 02:59:33 shige Exp $ # DISTNAME= custom-${CUSTOM_VER} -CATEGORIES= editors elisps +CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ \ ftp://ftp.win.ne.jp/pub/word/elisp/ MAINTAINER?= shige@FreeBSD.ORG # 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") EMACS_NAME= emacs EMACS_PORT= emacs EMACS_VER= 19.34 EMACS_LIBDIR= share/${EMACS_NAME} HAVE_COMMON_PORT= NO .endif .if defined(EMACS_PORT) PKGNAME= custom-${EMACS_PORT}-${CUSTOM_VER} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES") RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common .else RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .endif SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ CUSTOMDOCDIR=${CUSTOMDOCDIR} MAKE_FLAGS= EMACS=${EMACS_CMD} .else .BEGIN: @${ECHO} "Error: Bad port." @${ECHO} "You must define EMACS_NAME, EMACS_PORT, EMACS_VER, EMACS_LIBDIR." @${FALSE} .endif do-install: @for i in ${CUSTOM_ELS} ; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} \ ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/ ; \ ${INSTALL_DATA} ${WRKSRC}/$${i}c \ ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/ ; \ done .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${CUSTOMDOCDIR} @for i in ChangeLog TODO ; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${CUSTOMDOCDIR} ; \ done .endif .include Property changes on: head/editors/custom-emacs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/bnetd/Makefile =================================================================== --- head/games/bnetd/Makefile (revision 18821) +++ head/games/bnetd/Makefile (revision 18822) @@ -1,36 +1,36 @@ # New ports collection makefile for: bnetd # Version required: 0.4.6 # Date created: 24 April 1999 # Whom: Ying-Chieh Liao # -# $Id: Makefile,v 1.1.1.1 1999/04/27 01:06:57 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/01 16:59:31 mharo Exp $ # DISTNAME= bnetd-0.4.7 -CATEGORIES= net game +CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ MAINTAINER= ijliao@csie.nctu.edu.tw MAN1= bnclient.1 bnetd.1 bnpass.1 MAN4= bnetd.conf.4 bntext.4 MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 do-build: @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) do-install: cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnclient bnpass ${PREFIX}/bin cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd post-install: @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/bnetd.sh; \ ${ECHO} "cd ${PREFIX}; [ -x sbin/bnetd -a -f bnetd/conf/bnetd.conf ] && sbin/bnetd -c bnetd/conf/bnetd.conf > /dev/null && ${ECHO} -n ' bnetd'" >> ${PREFIX}/etc/rc.d/bnetd.sh; \ chmod 751 ${PREFIX}/etc/rc.d/bnetd.sh; \ fi .include Property changes on: head/games/bnetd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property