8ebb38927f
library and doesn't require X11, and vflib-utils which contains the vflib test programs and does require X11. Leave vflib as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on ja-vflib-lib.
25 lines
639 B
Makefile
25 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.9 2000/05/01 22:01:24 jlam Exp $
|
|
|
|
DISTNAME= ja-vflib-${VFLIB_VERSION}
|
|
VFLIB_VERSION= 2.24.2
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.netbsd.org
|
|
HOMEPAGE= http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
|
|
|
|
DEPENDS+= ja-vflib-lib-${VFLIB_VERSION}:../../japanese/vflib-lib
|
|
DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../japanese/vflib-utils
|
|
|
|
USE_X11= # defined # ja-vflib-utils uses X11
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= # defined
|
|
NO_PATCH= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|