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)
34 lines
859 B
Makefile
34 lines
859 B
Makefile
# New ports collection makefile for: wmtimer
|
|
# Date created: Thu Apr 26 16:46:38 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net> et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmtimer
|
|
PORTVERSION= 2.92
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://www.darkops.net/wmtimer/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multi-Function timer dockapp for WindowMaker
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/wmtimer
|
|
USE_GMAKE= yes
|
|
USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \
|
|
xinerama xpm xrandr xrender
|
|
USE_GNOME= gtk20
|
|
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${PREFIX}/bin
|
|
.ifndef(NOPORTDOCS)
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|