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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 4
|
2000-07-24 07:57:31 +02:00
|
|
|
CATEGORIES= news graphics
|
2005-10-15 07:13:01 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR=picmonger
|
2000-07-24 07:57:31 +02:00
|
|
|
|
2005-03-17 17:42:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-06-07 10:03:57 +02:00
|
|
|
COMMENT= An automated USENET (NNTP) picture decoding client
|
2000-07-24 07:57:31 +02:00
|
|
|
|
2006-05-29 07:53:26 +02:00
|
|
|
LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12
|
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
|
|
|
|
|
2006-12-02 14:05:53 +01:00
|
|
|
.include <bsd.port.mk>
|