a1ced5f624
first questioned its existence, and then OK, aja@
30 lines
720 B
Makefile
30 lines
720 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/12/22 12:01:50 sebastia Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = garmin gps device driver
|
|
|
|
REVISION = 0
|
|
DISTNAME = garmindev-0.3.4
|
|
CATEGORIES = geo x11
|
|
HOMEPAGE = http://www.qlandkarte.org/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = devel/cmake
|
|
WANTLIB += m pthread stdc++ usb
|
|
LIB_DEPENDS += devel/libusb
|
|
|
|
# libgarmindev is only needed to compile the drivers, but not on runtime
|
|
# see comment in src/IDevice.h
|
|
post-install:
|
|
rm ${PREFIX}/lib/qlandkartegt/libgarmin.a
|
|
|
|
.include <bsd.port.mk>
|