1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/pecl-qrencode/Makefile

29 lines
586 B
Makefile

# New ports collection makefile for: pecl-qrencode
# Date created: Apr 16 2007
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= qrencode
PORTVERSION= 0.1
CATEGORIES= graphics pear
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vanilla
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A PECL extension for generate qrcode
LIB_DEPENDS= qrencode.1:${PORTSDIR}/graphics/libqrencode
USE_PHP= yes
USE_PHPEXT= yes
USE_BZIP2= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"
.include <bsd.port.mk>