9cd69adaaf
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained, and 1.3 is believed to be almost entirely compatible. Patch from Tim Larson, who has build-tested these packages on NetBSD/amd64.
16 lines
369 B
Makefile
16 lines
369 B
Makefile
# $NetBSD: Makefile,v 1.19 2012/11/15 13:44:14 gdt Exp $
|
|
|
|
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
|
|
PKGREVISION= 2
|
|
|
|
FILESDIR= ${.CURDIR}/../../www/htmldoc/files
|
|
PATCHDIR= ${.CURDIR}/../../www/htmldoc/patches
|
|
PKGDIR= ${.CURDIR}/../../www/htmldoc
|
|
|
|
DESCR_SRC= ${.CURDIR}/DESCR
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PKG_OPTIONS.htmldoc+= x11
|
|
|
|
.include "../../www/htmldoc/Makefile"
|