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)
35 lines
877 B
Makefile
35 lines
877 B
Makefile
# New ports collection makefile for: gkrellkam
|
|
# Date Created: Fri Aug 17 15:57:42 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellkam
|
|
PORTVERSION= 0.3.4
|
|
PORTREVISION= 5
|
|
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/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
USE_GNOME= imlib
|
|
USE_GMAKE= yes
|
|
|
|
MAN5= gkrellkam-list.5
|
|
PLIST_FILES= libexec/gkrellm/plugins/gkrellkam.so
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/gkrellkam.so \
|
|
${PREFIX}/libexec/gkrellm/plugins
|
|
@${INSTALL_MAN} ${WRKSRC}/gkrellkam-list.5 ${MANPREFIX}/man/man5
|
|
|
|
.include <bsd.port.mk>
|