1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/libg19draw/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
612 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:devel/libg19 \
libfreetype.so: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>