mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
73f7c91b5d
(Part 1)
32 lines
679 B
Makefile
32 lines
679 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= 1
|
|
CATEGORIES= news graphics
|
|
MASTER_SITES= http://download.sourceforge.net/PicMonger/
|
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
|
COMMENT= An automated USENET (NNT) picture decoding client
|
|
|
|
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
|
|
RUN_DEPENDS= mpack:${PORTSDIR}/converters/mpack
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|