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)
32 lines
837 B
Makefile
32 lines
837 B
Makefile
# New ports collection makefile for: gkrellkam2
|
|
# Date Created: 24 Nov 2002
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.1.1.1 2002/11/24 03:37:56 jylefort Exp $
|
|
#
|
|
|
|
PORTNAME= gkrellkam
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GKrellM plugin that display thumbnails of periodically updated images
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_GMAKE= yes
|
|
LATEST_LINK= gkrellkam2
|
|
|
|
MAN5= gkrellkam-list.5
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so
|
|
|
|
MAKE_ENV+= MKDIR="${MKDIR}" \
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
.include <bsd.port.mk>
|