18 lines
379 B
Makefile
18 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.10 2006/07/14 20:11:44 marc Exp $
|
|
|
|
COMMENT= "Garmin GPS upload/download utilities"
|
|
|
|
DISTNAME= garmin-utils-2.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.snafu.org/pub/
|
|
|
|
MAINTAINER= Marco S Hyman <marc@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|