14 lines
314 B
Makefile
14 lines
314 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/03/15 19:42:34 hiramatsu Exp $
|
|
#
|
|
|
|
.include "../../textproc/suikyo/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-docs-/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
|
|
COMMENT= Suikyo documents
|
|
|
|
BUILD_DIRS+= doc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|