freebsd-ports/converters/xml2c/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

25 lines
566 B
Makefile

PORTNAME= xml2c
PORTVERSION= 20151019
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= https://acme.com/software/xml2c/
DISTNAME= ${PORTNAME}_19Oct2015
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convert an XML file into C struct/string declarations
LICENSE= BSD2CLAUSE
USES= gnome
USE_GNOME= libxml2
WRKSRC= ${WRKDIR}/xml2c
PLIST_FILES= bin/xml2c \
share/man/man1/xml2c.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xml2c ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xml2c.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/xml2c.1
.include <bsd.port.mk>