freebsd-ports/devel/libg19draw/Makefile
Martin Wilke cbd4baa6e5 A library that can be used for drawing images, circles, lines and test on
the LCD

WWW: http://g19linux.sourceforge.net/

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

30 lines
662 B
Makefile

# New ports collection makefile for: libg19draw
# Date created: Apr 15 2011
# Whom: Armin Pirkovitsch <armin@frozen-zone.org>
#
# $FreeBSD$
#
PORTNAME= libg19draw
PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= SF/g19linux/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= armin@frozen-zone.org
COMMENT= G19 draw library
LIB_DEPENDS= g19.1:${PORTSDIR}/devel/libg19 \
freetype.9:${PORTSDIR}/print/freetype2
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -pthread"
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= include/libg19draw.h \
lib/libg19draw.a \
lib/libg19draw.la \
lib/libg19draw.so \
lib/libg19draw.so.1
.include <bsd.port.mk>