diff options
-rw-r--r-- | ham/hamlib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 3d1e46e7d45..b050a542b42 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.28 2012/06/11 00:17:58 gdt Exp $ +# $NetBSD: Makefile,v 1.29 2012/07/12 00:39:56 gdt Exp $ # DISTNAME= hamlib-1.2.15.1 -#PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://hamlib.sourceforge.net/ COMMENT= API for digital communications equipment @@ -27,6 +26,8 @@ CONFIGURE_ARGS+=--without-tcl-binding \ # when none is needed. CONFIGURE_ENV+= PYTHON=/nonexistent +TEST_TARGET= check + INSTALLATION_DIRS= include/hamlib .include "../../devel/libltdl/buildlink3.mk" |