blob: b6310197e5e2fb2a1f11ba299b088deb8fbb38f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: magicpoint (with vflib)
# Version required: 1.05a
# Date created: 25 Dec 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.8 1999/06/17 08:33:55 itojun Exp $
#
MASTERDIR= ${.CURDIR}/../../misc/magicpoint
COMMENT= ${.CURDIR}/pkg/COMMENT
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
PKGNAME= ja-magicpoint-1.05a
.include "${MASTERDIR}/Makefile"
CATEGORIES= japanese misc
MAINTAINER= itojun@itojun.org
# dirty, but this is required for version independent-ness
CONFIGURE_ARGS= --with-vfontcap=`echo ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
CONFIGURE_ARGS+= --enable-freetype-charset16
|