summaryrefslogtreecommitdiffstats
path: root/devel/gtranslator/Makefile
blob: 1d225c9ee1c4920ddd4bca3cb984beb54b699481 (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
# New ports collection makefile for:    gtranslator
# Date created:             16 September 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/devel/gtranslator/Makefile,v 1.31 2003/10/16 06:01:48 adamw Exp $
#

PORTNAME=   gtranslator
PORTVERSION=    1.1.4
CATEGORIES= devel gnome
MASTER_SITES=   http://www.gtranslator.org/download/releases/${PORTVERSION}/ \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A GNOME application for developing ".pot" files used with GNU Gettext

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix gnometarget gnomevfs2 libgnomeui 
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -lgnuregex"
CONFIGURE_ARGS= --disable-debug

MAN1=       gtranslator.1 pozilla.sh.1
MANCOMPRESSED=  yes

.include <bsd.port.mk>