blob: 08eaf8367a313ea644955b3d2678ea8340246bdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: magicpoint (with vflib)
# Date created: 25 Dec 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../misc/magicpoint
COMMENT= An X11-based presentation tool, configured with vflib support
CATEGORIES= japanese
MAINTAINER= mita@jp.FreeBSD.org
WITH_JAPANESE=yes
.include "${MASTERDIR}/Makefile"
|