1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/poedit/Makefile
Ying-Chieh Liao e93cc5f84f add support for no-gnome user
Submitted by:	clive
2001-04-09 01:34:31 +00:00

33 lines
604 B
Makefile

# ex:ts=8
# New ports collection makefile for: poedit
# Date created: Mar 27, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= poedit
PORTVERSION= 1.0.3
CATEGORIES= editors
MASTER_SITES= http://www.volny.cz/v.slavik/poedit/
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
WANT_GNOME= yes
.if defined(HAVE_GNOME)
USE_GNOME= yes
.else
CONFIGURE_ARGS= --without-gnome
.endif
.include <bsd.port.mk>