20 lines
331 B
Makefile
20 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= Perl/Tk graphical user interface to GNU ispell
|
|
|
|
DISTNAME= tkispell-0.18
|
|
REVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
CPAN_AUTHOR= RKIES
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS= x11/p5-Tk \
|
|
textproc/ispell
|
|
|
|
.include <bsd.port.mk>
|