1998-01-17 15:10:42 +00:00
|
|
|
# New ports collection makefile for: magicpoint (with vflib)
|
|
|
|
# Date created: 25 Dec 1997
|
|
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1998-01-17 15:10:42 +00:00
|
|
|
#
|
|
|
|
|
1998-12-01 03:06:49 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../misc/magicpoint
|
1998-01-17 15:10:42 +00:00
|
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
|
1998-12-23 01:31:37 +00:00
|
|
|
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
|
1998-01-17 15:10:42 +00:00
|
|
|
|
1999-09-10 06:54:16 +00:00
|
|
|
CATEGORIES= japanese
|
1998-01-17 15:10:42 +00:00
|
|
|
|
2000-05-21 09:00:24 +00:00
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
1998-01-17 15:10:42 +00:00
|
|
|
|
1998-09-06 13:48:20 +00:00
|
|
|
# dirty, but this is required for version independent-ness
|
2000-02-13 16:50:54 +00:00
|
|
|
CONFIGURE_ARGS= --with-vfontcap=`ls -1 ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
|
1999-06-17 08:33:55 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-freetype-charset16
|
1999-09-10 06:54:16 +00:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|