mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
555a3ebe6c
that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
24 lines
622 B
Makefile
24 lines
622 B
Makefile
# 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`
|