openbsd-ports/textproc/p5-Text-Aspell/Makefile
2012-08-23 16:02:37 +00:00

30 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/08/23 16:02:37 sthen Exp $
COMMENT= interface to the GNU aspell library
SHARED_ONLY= Yes
MODULES= cpan
DISTNAME= Text-Aspell-0.09
REVISION= 4
CATEGORIES= devel textproc
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c stdc++ aspell>=16
LIB_DEPENDS= textproc/aspell/core
CONFIGURE_ARGS= LIBS="-L${LOCALBASE}/lib -laspell -lstdc++" \
INC="-I${LOCALBASE}/include"
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>