aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/glabels/Makefile
blob: 2b3703bf67bb5d24c42dae26f70dba6a04eeaede (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
# New ports collection makefile for:    glabels
# Date created:     29 September 2002
# Whom:         Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#

PORTNAME=   glabels
PORTVERSION=    1.90.0
CATEGORIES= deskutils
MASTER_SITES=   http://snaught.com/glabels/source/

MAINTAINER= martin.klaffenboeck@gmx.at

LIB_DEPENDS=    gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint \
        gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

USE_GNOMENG=    yes
USE_GNOME=  gnomehack gnomeprefix gnomelibs
USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CXXFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
        LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat"

CONFIGURE_ARGS+=    --prefix=${PREFIX}
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

.include <bsd.port.mk>