mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
581 B
Makefile
27 lines
581 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= 4
|
|
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_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|