090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
577 B
Makefile
26 lines
577 B
Makefile
# New ports collection makefile for: PicMonger
|
|
# Date created: 23 July 2000
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PicMonger
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 6
|
|
CATEGORIES= news graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=picmonger
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An automated USENET (NNTP) picture decoding client
|
|
|
|
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
|
|
RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack
|
|
|
|
USE_XORG= x11
|
|
USE_GMAKE= yes
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|