2006-12-14 03:53:29 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libqrencode
|
|
|
|
# Date created: Dec 14, 2006
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libqrencode
|
2008-01-25 03:16:23 +01:00
|
|
|
PORTVERSION= 2.0.0
|
|
|
|
PORTREVISION= 0
|
2006-12-14 03:53:29 +01:00
|
|
|
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
|
|
|
|
|
2007-03-30 08:13:54 +02:00
|
|
|
USE_GNOME= gnometarget gnomehack pkgconfig
|
2006-12-14 03:53:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2008-01-26 02:12:48 +01:00
|
|
|
MAN1= qrencode.1
|
|
|
|
|
2006-12-14 03:53:29 +01:00
|
|
|
PLIST_FILES= bin/qrencode \
|
|
|
|
include/qrencode.h \
|
|
|
|
lib/libqrencode.so \
|
2008-01-25 03:16:23 +01:00
|
|
|
lib/libqrencode.so.2 \
|
2006-12-14 03:53:29 +01:00
|
|
|
libdata/pkgconfig/libqrencode.pc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|