df4e1203e4
ok jasper@ (final commit)
23 lines
412 B
Makefile
23 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= Perl/Tk graphical user interface to GNU ispell
|
|
|
|
DISTNAME= tkispell-0.18
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
CPAN_AUTHOR= RKIES
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS= x11/p5-Tk \
|
|
textproc/ispell
|
|
|
|
.include <bsd.port.mk>
|