pkgsrc/japanese/vflib/Makefile
jlam 8ebb38927f Split vflib into two packages: vflib-lib which contains just the
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.
2000-05-01 22:01:24 +00:00

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"