1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/domc/Makefile
Christian Weisgerber 0a733b0cf9 textproc/domc: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-14 16:07:04 +01:00

24 lines
578 B
Makefile

PORTNAME= domc
PORTVERSION= 0.8.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://www.ioplex.com/~miallen/domc/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight implementation of the DOM in ANSI C
WWW= https://www.ioplex.com/~miallen/domc/
LICENSE= MIT
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libmba.so:devel/libmba
USES= gmake
MAKE_ENV= prefix="${LOCALBASE}" INSTDIR="${STAGEDIR}${PREFIX}"
MAKE_ARGS= CC="${CC}" RPM_OPT_FLAGS="${CFLAGS}" \
MAJVERSION=${PORTVERSION:R:R}
CFLAGS+= -D__USE_XOPEN=__XSI_VISIBLE
USE_LDCONFIG= yes
.include <bsd.port.mk>