# New ports collection makefile for: XMill # Date created: 09 May 2003 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= xmill DISTVERSION= 0.8 CATEGORIES= archivers MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= An efficient compressor for XML WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile USE_ZIP= yes USE_DOS2UNIX= ${MAKEFILE} XMill/BZlib.cpp PLIST_FILES= bin/xcmill bin/xdemill bin/xmilltest bin/xmillexample \ bin/xmillinspect bin/ppmzip PORTDOCS= * PORTEXAMPLES= * .include post-patch: # Allow to build with modern GCC @${REINPLACE_CMD} -e 's,friend,& class,' ${WRKSRC}/XMill/*.?pp \ ${WRKSRC}/xmillinspect/xmillinspect.h do-install: .for p in ${PLIST_FILES:T} ${INSTALL_PROGRAM} ${WRKSRC}/unix/${p} ${PREFIX}/bin .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/documentation/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include