1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/domc/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
598 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= domc
PORTVERSION= 0.8.0
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://www.ioplex.com/~miallen/domc/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight implementation of the DOM in ANSI C
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>