mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
39 lines
1021 B
Makefile
39 lines
1021 B
Makefile
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
# $FreeBSD$
|
|
# $MCom: ports/deskutils/glabels/Makefile,v 1.10 2010/04/03 19:25:49 kwm Exp $
|
|
|
|
PORTNAME= glabels
|
|
PORTVERSION= 2.2.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Program to create labels and business cards
|
|
|
|
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
|
|
shared-mime-info tar:bzip2
|
|
USE_GNOME= gnomeprefix libgnomeui gnomedocutils intlhack
|
|
WANT_GNOME= yes
|
|
INSTALLS_OMF= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-update-desktopdb --disable-update-mimedb
|
|
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${HAVE_GNOME:Mevolutiondataserver}!=""
|
|
USE_GNOME+= evolutiondataserver
|
|
CONFIGURE_ARGS+= --with-libebook
|
|
.else
|
|
CONFIGURE_ARGS+= --without-libebook
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|g' \
|
|
${WRKSRC}/iec16022-0.2.1/*.c
|
|
|
|
.include <bsd.port.post.mk>
|