d427935630
into it. The directory already existed as a '@dirrm' in the PLIST. Fixes a problem shown up by the bulk builds.
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/07/30 12:01:42 agc Exp $
|
|
#
|
|
|
|
DISTNAME= hamlib-1.2.0
|
|
CATEGORIES= ham
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
|
|
#EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://hamlib.sourceforge/net/
|
|
COMMENT= API for digital communications equipment
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
NO_EXPORT_CPP= yes
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|