freebsd-ports/editors/poedit/Makefile
Ying-Chieh Liao 4ceed7f194 change master site to sourceforge
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-05-30 11:46:19 +00:00

34 lines
626 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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>