mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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)
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# New ports collection makefile for: cnslock
|
|
# Date created: 10 Apr 2003
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cnslock
|
|
PORTVERSION= 1.02
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11 windowmaker
|
|
MASTER_SITES= http://www.dockapps.com/files/123/181/ \
|
|
http://freebsd.nsu.ru/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A visual indicator of the states of the three "lock" buttons
|
|
|
|
PLIST_FILES= bin/cnslock
|
|
USE_GNOME= gtk12
|
|
USE_XORG= x11 xpm
|
|
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|