33 lines
674 B
Makefile
33 lines
674 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:48:54 ajacoutot Exp $
|
|
|
|
COMMENT= object-oriented SGML parser
|
|
|
|
DISTNAME= OpenSP-1.5.2
|
|
PKGNAME= ${DISTNAME:L}
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openjade/}
|
|
|
|
SHARED_LIBS= osp 0.0 # .4.0
|
|
|
|
HOMEPAGE= http://openjade.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= devel/gettext textproc/intltool
|
|
WANTLIB= c m pthread stdc++
|
|
USE_GMAKE= Yes
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
|
--with-libintl-prefix=${LOCALBASE}
|
|
|
|
BUILD_DEPENDS += textproc/xmlto \
|
|
textproc/docbook
|
|
|
|
post-install:
|
|
mv ${PREFIX}/share/doc/{OpenSP,opensp}
|
|
|
|
.include <bsd.port.mk>
|