# New ports collection makefile for: drawterm # Date created: January 07, 2012 # Whom: Winston Weinert # # $FreeBSD$ # PORTNAME= drawterm PORTVERSION= 20110822 CATEGORIES= net MASTER_SITES= http://swtch.com/drawterm/ EXTRACT_SUFX= .tgz MAINTAINER= winstonw@lavabit.com COMMENT= Plan9 cpu client # Additionally the Lucent Public License LICENSE= MIT USE_XORG= x11 xt PLIST_FILES= bin/drawterm PORTDOCS= LICENSE README WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CONF=pthread do-install: ${INSTALL_PROGRAM} ${WRKSRC}/drawterm ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/LICENSE ${DOCSDIR} .endif .include ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.03clsung2013-06-282-3/+3
|
* Update to 2.02.tobez2013-02-152-8/+4
| | | | Changes: http://search.cpan.org/dist/Net-Nslookup/Changes
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1
|
* - Assign clsung's p5- ports to perl@swills2012-05-011-1/+1
| | | | Approved by: clsung via IRC
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Update to 2.01clsung2011-10-092-3/+3
|
* - Update to 2.00clsung2011-09-272-3/+3
|
* - Get Rid MD5 supportmiwi2011-03-20