# ex:ts=8 # Ports collection makefile for: code-browser # Date created: Jan 25, 2005 # Whom: ijliao # # $FreeBSD$ # PORTNAME= code-browser PORTVERSION= 3.11 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= gahr@FreeBSD.org COMMENT= A Folding Text Editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 USE_GMAKE= yes DATADIR= ${PREFIX}/share/${PORTNAME}-3 .include ONLY_FOR_ARCHS= i386 amd64 sparc64 ONLY_FOR_ARCHS_REASON= does not build on ${ARCH}; signal 11 errors during build .if ${ARCH} != "i386" MAKE_ARGS+= MODE=64 .endif post-patch: .for file in Makefile zinc/Makefile @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g ; \ s|^CC|#CC|g ; \ s|^CFLAGS|#CFLAGS|g ; \ s| make| $$(MAKE)|g ; \ s|@$$(|$$(|g' ${WRKSRC}/${file} .endfor post-install: .if !defined(NOPORTDOCS) (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR}) (cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${DOCSDIR}/samples) .endif .include index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update MASTER_SITESgarga2006-12-302-3/+3
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
* SHA256ifyedwin2006-01-241-0/+1
* [maintainer] change maintainer mail addressedwin2006-01-111-1/+1