openbsd-ports/textproc/p5-Text-Aspell/Makefile

29 lines
587 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2010/12/03 11:46:49 ajacoutot Exp $
COMMENT= interface to the GNU aspell library
SHARED_ONLY= Yes
MODULES= cpan
2008-07-27 13:44:03 -04:00
DISTNAME= Text-Aspell-0.09
REVISION= 3
2008-05-08 18:44:13 -04:00
CATEGORIES= devel textproc
2010-10-19 03:54:21 -04:00
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
2010-11-20 14:56:47 -05:00
WANTLIB= stdc++ aspell>=16
2010-11-20 14:56:47 -05:00
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>