diff options
author | itojun <itojun@FreeBSD.org> | 1998-01-17 23:10:42 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-01-17 23:10:42 +0800 |
commit | 33c10dcf9ca97e4ce341a8d9b0467d4485fc8f90 (patch) | |
tree | 48b20e5bd5f1efb1ab40ebf76b2d07d415478f8e /japanese | |
parent | cab0fd34bd71bc24f32528542558e85b38c47af6 (diff) | |
download | freebsd-ports-gnome-33c10dcf9ca97e4ce341a8d9b0467d4485fc8f90.tar.gz freebsd-ports-gnome-33c10dcf9ca97e4ce341a8d9b0467d4485fc8f90.tar.zst freebsd-ports-gnome-33c10dcf9ca97e4ce341a8d9b0467d4485fc8f90.zip |
MagicPoint, an X11-based presentation tool.
non-japanese users should visit ports/misc/magicpoint.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/magicpoint/Makefile | 24 | ||||
-rw-r--r-- | japanese/magicpoint/pkg-comment | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile new file mode 100644 index 000000000000..952653e9b022 --- /dev/null +++ b/japanese/magicpoint/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: magicpoint (with vflib) +# Version required: 1.02a +# Date created: 25 Dec 1997 +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# +# $Id$ +# + +# can't use PORTSDIR here, since we haven't included bsd.port.mk +FILESDIR= ${.CURDIR}/../../misc/magicpoint/files +PATCHDIR= ${.CURDIR}/../../misc/magicpoint/patches +PKGDIR= ${.CURDIR}/../../misc/magicpoint/pkg +COMMENT= ${.CURDIR}/pkg/COMMENT + +LIB_DEPENDS= VFlib:${PORTSDIR}/japanese/vflib + +.include <${.CURDIR}/../../misc/magicpoint/Makefile> + +PKGNAME= ja-magicpoint-1.02a +CATEGORIES= japanese misc + +MAINTAINER= itojun@itojun.org + +CONFIGURE_ARGS= #intentionally empty diff --git a/japanese/magicpoint/pkg-comment b/japanese/magicpoint/pkg-comment new file mode 100644 index 000000000000..7171de48db4c --- /dev/null +++ b/japanese/magicpoint/pkg-comment @@ -0,0 +1 @@ +an X11-based presentation tool, configured with vflib support. |