2000-07-24 07:57:31 +02:00
|
|
|
# New ports collection makefile for: PicMonger
|
|
|
|
# Date created: 23 July 2000
|
2003-12-07 02:38:51 +01:00
|
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
2000-07-24 07:57:31 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= PicMonger
|
|
|
|
PORTVERSION= 0.9.6
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2000-07-24 07:57:31 +02:00
|
|
|
CATEGORIES= news graphics
|
|
|
|
MASTER_SITES= http://download.sourceforge.net/PicMonger/
|
|
|
|
|
2005-03-17 17:42:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An automated USENET (NNT) picture decoding client
|
2000-07-24 07:57:31 +02:00
|
|
|
|
2001-03-13 16:18:05 +01:00
|
|
|
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
2000-07-24 07:57:31 +02:00
|
|
|
RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack
|
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= imlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2003-05-18 11:55:25 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|