# ex:ts=8 # New ports collection makefile for: dia2code # Date created: Mar 7, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= dia2code PORTVERSION= 0.8.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small utility used to generate code from a Dia diagram LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 XML_CONFIG= ${LOCALBASE}/bin/xml2-config USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ XML_CONFIG="${XML_CONFIG}" MAN1= dia2code.1 PLIST_FILES= bin/dia2code post-patch: @${REINPLACE_CMD} -e 's|#include ||' ${WRKSRC}/dia2code/dia2code.h post-install: @${INSTALL_MAN} ${WRKSRC}/dia2code.1 ${MANPREFIX}/man/man1 .include href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update WWWsunpoet2018-05-281-1/+1
* Migrate USE_APACHE to USES= apache (category www)brnrd2018-03-121-2/+1
* - Remove unneeded USE_AUTOTOOLS and USES=gmake.tijl2018-01-12