pkgsrc/ham/locator/Makefile
jlam 24dcd8421e Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:51:59 +00:00

23 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/03/04 15:51:59 jlam Exp $
#
DISTNAME= locator-0.1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/}
MAINTAINER= dawszy@arhea.net
HOMEPAGE= http://www.stauss.purespace.de/
COMMENT= Longitudes, latitudes to HAM locator converter
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin
USE_LANGUAGES= c++
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/locator ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"