summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-07-12 00:39:56 +0000
committergdt <gdt@pkgsrc.org>2012-07-12 00:39:56 +0000
commitbc3d5c9d0430e4a4198aa03942b782e39aa05c1c (patch)
tree5a70f9e0e39d841ec606f1a29bcf9f60bd8fc751 /ham
parentcd123a6d5cb827cc5bc7444ca3b17eb28a41adc2 (diff)
downloadpkgsrc-bc3d5c9d0430e4a4198aa03942b782e39aa05c1c.tar.gz
Add TEST_TARGET. Take maintainership.
Diffstat (limited to 'ham')
-rw-r--r--ham/hamlib/Makefile7
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"