freebsd-ports/graphics/libqrencode/Makefile
Vanilla I. Shu bcb1ce18af Add depends to pkgconfig, and bump version.
Submitted by:	pav@ via email.
Approved by:	ijliao@ via irc.
2007-03-30 06:13:54 +00:00

34 lines
762 B
Makefile

# ex:ts=8
# Ports collection makefile for: libqrencode
# Date created: Dec 14, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libqrencode
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://megaui.net/fukuchi/works/qrencode/
DISTNAME= qrencode-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A C library for encoding data in a QR Code symbol
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_GETOPT_LONG= yes
USE_GNOME= gnometarget gnomehack pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
PLIST_FILES= bin/qrencode \
include/qrencode.h \
lib/libqrencode.so \
lib/libqrencode.so.1 \
libdata/pkgconfig/libqrencode.pc
.include <bsd.port.mk>