24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.16 2015/11/05 19:08:59 jca Exp $
|
|
|
|
COMMENT= interface to the GNU aspell library
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Aspell-0.09
|
|
REVISION= 7
|
|
CATEGORIES= devel textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= 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>
|