freebsd-ports/graphics/pecl-qrencode/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

25 lines
502 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= qrencode
PORTVERSION= 0.4
CATEGORIES= graphics pear
MASTER_SITES= LOCAL/vanilla
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= PECL extension for generate qrcode
LIB_DEPENDS= libqrencode.so:graphics/libqrencode
USE_PHP= yes
USE_PHPEXT= yes
USES= tar:bzip2
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-qrencode=${LOCALBASE}
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>