blob: 7ae5aa1e7fc51e32a1f5506befb1f5afb4e2d96b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: magicpoint (with vflib)
# Version required: 1.04a
# Date created: 25 Dec 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.5 1998/10/07 06:11:41 asami Exp $
#
MASTERDIR= ${.CURDIR}/../../misc/magicpoint
COMMENT= ${.CURDIR}/pkg/COMMENT
LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib
PKGNAME= ja-magicpoint-1.04a
.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`
|