freebsd-ports/devel/libg19draw/Makefile
Dmitry Marakasov c24e22c083 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-25 12:19:39 +00:00

28 lines
636 B
Makefile

# Created by: Armin Pirkovitsch <armin@frozen-zone.org>
# $FreeBSD$
PORTNAME= libg19draw
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 draw library
LIB_DEPENDS= libg19.so:${PORTSDIR}/devel/libg19 \
libfreetype.so:${PORTSDIR}/print/freetype2
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread"
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= libtool pkgconfig
PLIST_FILES= include/libg19draw.h \
lib/libg19draw.a \
lib/libg19draw.so \
lib/libg19draw.so.1 \
lib/libg19draw.so.1.0.0
.include <bsd.port.mk>