Not all the GNOME dependencies were specified in the Makefile. This causes errors on bento -- but probably really doesn't affect anyone in the real world. Regardless, they should be there, so here they are. PR: ports/57340 Submmited by: Mark 'give that man a commit bit' Linimon <linimon@lonesome.com>
29 lines
823 B
Makefile
29 lines
823 B
Makefile
# New ports collection makefile for: gtranslator
|
|
# Date created: 16 September 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtranslator
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= http://www.gtranslator.org/download/releases/${PORTVERSION}/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A GNOME application for developing ".pot" files used with GNU Gettext
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 libbonobo libbonoboui libgnome libgnomeui libxml2
|
|
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>
|