blob: 6ad9e5fb4b5e34d308c528c8ec126b66d930e4fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2001/01/25 02:43:41 kei Exp $
#
DISTNAME= tds-1.3.2
CATEGORIES= misc www
MASTER_SITES= http://www.morito.mgmt.waseda.ac.jp/~tom/TomSoft/TsDiary/dist/current/
MAINTAINER= kei@netbsd.org
HOMEPAGE= http://www.morito.mgmt.waseda.ac.jp/~tom/TomSoft/TsDiary/
USE_PERL= YES
GNU_CONFIGURE= YES
NO_BUILD= YES
.include "../../mk/bsd.pkg.mk"
|