# New ports collection makefile for: PDSS-KL1 # Date created: 07 Sep 2002 # Whom: NINOMIYA Hideyuki # # $FreeBSD$ # PORTNAME= pdss PORTVERSION= 2.52.21 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.icot.or.jp/ifs/symbolic-proc/unix/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= nin@Jp.FreeBSD.org COMMENT= The KL1 programming environment on an ordinary UNIX system USE_REINPLACE= YES EMACS_FILES= kl1-mode.el pdss-init.e.el pdss-init.j.el \ pdss-kl1cmp.el pdss-manual.el pdss.el INSTALL_DIR= ${INSTALL} -d ${_SHROWNGRP} -m 0755 WRKSRC= ${WRKDIR} MAKE_ENV+= BSD_INSTALL_DIR="${INSTALL_DIR}" SCRIPTS_ENV+= BSD_INSTALL_DIR="${INSTALL_DIR}" .include .if ${OSVERSION} >= 501000 BROKEN= "Does not compile" .endif do-configure: @${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile .for f in pdsscmp emulator/config.h emacs/pdss-init.el @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:" ${WRKSRC}/${f} .endfor post-build: @${CP} ${WRKSRC}/emacs/pdss-init.el ${WRKSRC}/emacs/pdss-init.e.el @${CP} ${WRKSRC}/emacs/pdss-init.el ${WRKSRC}/emacs/pdss-init.j.el @${REINPLACE_CMD} -e "s:%%DOCDIR%%:doc.e:" ${WRKSRC}/emacs/pdss-init.e.el @${REINPLACE_CMD} -e "s:%%DOCDIR%%:doc.j:" ${WRKSRC}/emacs/pdss-init.j.el post-install: @${INSTALL_DIR} ${DATADIR}/emacs .for f in ${EMACS_FILES} ${INSTALL_DATA} ${WRKSRC}/emacs/${f} ${DATADIR}/emacs .endfor .include nge='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reassign makc's ports back to the pool.rakuco2016-10-201-1/+1
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* Update graphics/exiv2 to 0.25.tcberner2016-07-271-1/+1
| | | | | | | | | | | | As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-261-1/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-24