Add TEST_TARGET. Take maintainership.

This commit is contained in:
gdt 2012-07-12 00:39:56 +00:00
parent 209665c78d
commit 207b853d1f

View file

@ -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"