33ba2dd66d
ok sthen@, landry@
37 lines
765 B
Makefile
37 lines
765 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/09/16 20:13:46 nigel 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= devel/gettext textproc/intltool
|
|
WANTLIB= c m pthread stdc++
|
|
USE_LIBTOOL= Yes
|
|
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>
|