blob: 0db095f0bc99d4adfe8332274d3edad6e895e0c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: xd
# Version required: 2.3
# Date created: 17 October 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
DISTNAME= xd-8087
PKGNAME= xd-2.3
CATEGORIES= misc
MASTER_SITES= http://spock.vector.co.jp/authors/VA004959/xd/
MAINTAINER= kiri@kiri.toba-cmt.ac.jp
MAN1= xd.1
MANCOMPRESSED= maybe
.include <bsd.port.mk>
|