aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/glabels/Makefile
blob: c8919c9c604dddc29e8c42d185b21bd478d45311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    glabels
# Date created:     29 September 2002
# Whom:         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=   2
CATEGORIES= deskutils
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A program to create labels and business cards

USE_GMAKE=  yes
USE_BZIP2=  yes
USE_GNOME=  gnomehack gnomeprefix gnometarget libgnomeui \
        desktopfileutils intlhack ltverhack
WANT_GNOME= yes
USE_GETTEXT=    yes
INSTALLS_OMF=   yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       glabels.1

.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>
ependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-7/+2 * Fix build.maho2007-01-191-1/+1 * Using gfortran42 only. not using gcc42.maho2007-01-121-3/+5 * migrated to gfortran.maho2007-01-091-0/+3 * Reset rmiya@cc.hirosaki-u.ac.jp who has not responded to email asking aboutlinimon2006-04-051-1/+1 * SHA256ifyedwin2006-01-221-0/+2 * - Update MASTER_SITESpav2004-06-021-3/+3 * Trim whitespace.trevor2004-04-111-65/+65 * SIZEify (maintainer timeout)trevor2004-03-311-0/+2 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-73/+73 * De-pkg-comment.knu2003-02-212-1/+1 * File missing in pkg-plistjeh2000-10-301-0/+1 * PR 21608 was not processed as intented.jeh2000-10-112-21/+22 * - Fix MASTER_SITES/DISTNAMEjeh2000-10-103-20/+19 * Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-2/+2 * Unbreak by extracting the correct distfilekris2000-07-031