31 lines
671 B
Makefile
31 lines
671 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/11/10 22:44:03 jasper Exp $
|
|
|
|
COMMENT= SGML parser and entity manager
|
|
|
|
DISTNAME= lq-sp-1.3.4.12
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
|
|
|
|
MAINTAINER= Gerardo Santana Gomez Garrido <gerardo.santana@gmail.com>
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m stdc++
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAKE_FLAGS= CXX="${CXX}" \
|
|
CXXFLAGS="${CXXFLAGS} -fno-implicit-templates" \
|
|
RANLIB=${RANLIB}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/nsgmls/lq-nsgmls ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|