openbsd-ports/textproc/opensp/Makefile

36 lines
742 B
Makefile
Raw Normal View History

2010-11-20 14:56:47 -05:00
# $OpenBSD: Makefile,v 1.3 2010/11/20 19:56:49 espie 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
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
2010-11-20 14:56:47 -05:00
BUILD_DEPENDS+= textproc/xmlto
post-install:
mv ${PREFIX}/share/doc/{OpenSP,opensp}
.include <bsd.port.mk>