# New ports collection makefile for: redet # Date created: 2005-07-18 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= redet PORTVERSION= 8.17 CATEGORIES= textproc tk84 MASTER_SITES= CSME MAINTAINER= infofarmer@FreeBSD.org COMMENT= Visual regexp development and execution RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets NO_BUILD= yes USE_BZIP2= yes USE_TK= 84 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING CREDITS LICENSE README-General ChangeLog MAN1= redet.1 PLIST_FILES= bin/redet post-patch: @${REINPLACE_CMD} -e "s@exec wish@exec ${WISH}@" ${WRKSRC}/redet.tcl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .include wspan='2'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-21