# New ports collection makefile for: hnb # Date created: Fri Jul 6 05:37:14 EDT 2001 # Whom: Patrick Li # # $FreeBSD$ # PORTNAME= hnb PORTVERSION= 1.9.17 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Hierarchical NoteBook a data organizer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_GMAKE= yes ALL_TARGET= MAKE_JOBS_UNSAFE= yes MAN1= hnb.1 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/libcli/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hnb ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../doc/hnb.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for FILE in Documentation.hnb Documentation.html hnbrc ${INSTALL_DATA} ${WRKSRC}/../doc/${FILE} ${DOCSDIR} .endfor .endif .include tory'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pugs
Commit message (Expand)AuthorAgeFilesLines
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-5/+5
* - mark BROKENclsung2007-08-031-0/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - fix pkg-plist (again?)clsung2007-03-132-6/+379
* - Update to 6.2.13clsung2006-12-273-283/+14
* - Respect DESTDIRclsung2006-08-141-4/+4
* - unbreakclsung2006-08-032-2/+274
* Mark broken: fails to deinstall cleanly.linimon2006-07-171-0/+2
* - Update to 6.2.12clsung2006-06-273-9/+10
* - update to 6.2.11clsung2006-04-253-458/+5
* SHA256ifyedwin2006-01-221-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-22