1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/libg19draw/Makefile
Tijl Coosemans 5fbf541c7d Fix libfreetype dependencies.
PR:		ports/188792
2014-04-19 15:57:46 +00:00

29 lines
622 B
Makefile

# Created by: Armin Pirkovitsch <armin@frozen-zone.org>
# $FreeBSD$
PORTNAME= libg19draw
PORTVERSION= 1.0.0
PORTREVISION= 1
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= pkgconfig
PLIST_FILES= include/libg19draw.h \
lib/libg19draw.a \
lib/libg19draw.la \
lib/libg19draw.so \
lib/libg19draw.so.1
.include <bsd.port.mk>