# Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= cdk PORTVERSION= 5.0.20120323 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cdk/ \ http://fossies.org/linux/misc/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz MAINTAINER= bapt@FreeBSD.org COMMENT= Curses Development Kit for speedy development of full screen programs LICENSE= BSD USES= ncurses USE_GMAKE= yes GNU_CONFIGURE= yes PORTDOCS= COPYING EXPANDING INSTALL NOTES README TODO MAKE_JOBS_UNSAFE= yes .include CONFIGURE_ARGS+=--with-ncurses ALL_TARGET= default examples demos cli cdkshlib INSTALL_TARGET= install installCDKSHLibrary USE_LDCONFIG= yes .include "${.CURDIR}/maninfo.mk" post-extract: .if ! ${PORT_OPTIONS:MDOCS} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in .endif post-patch: @${REINPLACE_CMD} -e 's|/doc/cdk|/share/doc/cdk| ; s|VERSION)|VERSION_MAJOR)|' \ -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) cdk-config|$(INSTALL_SCRIPT) cdk-config|g' \ ${WRKSRC}/Makefile.in post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${INSTALL} -d ${EXAMPLESDIR} ${INSTALL} -d ${EXAMPLESDIR}/cli cd ${WRKSRC}/cli; \ ${FIND} . | ${CPIO} -pdm -R ${LIBOWN}:${LIBGRP} ${EXAMPLESDIR}/cli ${INSTALL} -d ${EXAMPLESDIR}/demos cd ${WRKSRC}/demos; \ ${FIND} . | ${CPIO} -pdm -R ${LIBOWN}:${LIBGRP} ${EXAMPLESDIR}/demos ${INSTALL} -d ${EXAMPLESDIR}/examples cd ${WRKSRC}/examples; \ ${FIND} . | ${CPIO} -pdm -R ${LIBOWN}:${LIBGRP} ${EXAMPLESDIR}/examples .endif .include n/devel/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0
* - Unbreak build with clangmiwi2014-05-252-2/+22
* Support stagebapt2014-01-181-8/+5
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21kevlo2017-05-151-1/+0
* Remove USE_GCC which is not needed anymore.kevlo2017-05-151-1/+2
* Update to 0.6.0sunpoet2017-04-301-1/+1
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
* Update to 1.3.1kevlo2017-04-133-6/+7
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
* More USE_GITHUB cleanup.mat2016-12-15