blob: 5430c47ebf074e35c4c6e9350d831354119ebc1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.4 1999/11/16 08:39:54 frueauf Exp $
#
DISTNAME= tfkiss-1.2.2
CATEGORIES= ham
MASTER_SITES= ftp://ftp.ping.net.au/pub/unix/ham/
MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://www.bfl.at/mayer/ham/
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xpid --enable-flexnet --enable-axip
.include "../../mk/bsd.pkg.mk"
|