summaryrefslogtreecommitdiff
path: root/ham/hamlib/Makefile
blob: ee3b4d34311905531117e7d0949524bf343a8d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.4 2004/01/24 13:40:43 grant Exp $
#

DISTNAME=	hamlib-1.1.4
CATEGORIES=	ham
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=hamlib/}

MAINTAINER=	wulf@NetBSD.org
HOMEPAGE=	http://hamlib.sourceforge/net/
COMMENT=	API for digital communications equipment

USE_GNU_TOOLS+=	make
GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
LIBTOOL_OVERRIDE=${WRKSRC}/libtool

CONFIGURE_ENV+=	CPP="${CPP}"

.include "../../mk/bsd.pkg.mk"