blob: 0fe933724e140d9669c3e5fc65d4519e6c3b0d0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|