opnsense-ports/devel/libg19/Makefile
Franco Fichtner 17110115d1 */*: sync with upstream
Taken from: FreeBSD
2017-01-06 07:11:44 +01:00

23 lines
457 B
Makefile

# Created by: Armin Pirkovitsch <armin@frozen-zone.org>
# $FreeBSD$
PORTNAME= libg19
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 library
USES= libtool pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= include/libg19.h \
lib/libg19.a \
lib/libg19.so \
lib/libg19.so.1 \
lib/libg19.so.1.0.1
.include <bsd.port.mk>