1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/libg19/Makefile
Martin Wilke f4e955dd2b A library that handles the USB interfacing with the G19
WWW: http://g19linux.sourceforge.net/

PR:		ports/156426
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-11-10 02:23:05 +00:00

32 lines
592 B
Makefile

# New ports collection makefile for: libg19
# Date created: Apr 15 2011
# Whom: Armin Pirkovitsch <armin@frozen-zone.org>
#
# $FreeBSD$
#
PORTNAME= libg19
PORTVERSION= 1.1.1
CATEGORIES= devel
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 library
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= include/libg19.h \
lib/libg19.a \
lib/libg19.la \
lib/libg19.so \
lib/libg19.so.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
BROKEN= libusb 1.0 or newer required.
.endif
.include <bsd.port.post.mk>