summaryrefslogtreecommitdiff
path: root/devel/cdk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-3/+2
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Chase the checksum (configure/makefile changes), and add two missing filesKris Kennaway2000-09-223-1/+4
| | | | | | | to the PLIST. Bump PORTREVISION. Notes: svn path=/head/; revision=32985
* Update to version 4.9.10.David E. O'Brien2000-08-274-13/+37
| | | | Notes: svn path=/head/; revision=32012
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-3/+1
| | | | Notes: svn path=/head/; revision=29614
* Finish updating this port.Steve Price2000-05-292-20/+21
| | | | Notes: svn path=/head/; revision=28847
* Upgrade to version 4.9.9.David E. O'Brien2000-04-297-124/+130
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28066
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Pickup maintance of these until someone else comes along.David E. O'Brien2000-03-311-1/+1
| | | | Notes: svn path=/head/; revision=27160
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27112
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Initial import of cdk version 4.9.1.Steve Price1999-05-097-0/+256
Curses Development Kit for speedy development of full screen programs. PR: 11534 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=18690