aboutsummaryrefslogtreecommitdiff
path: root/x11/cnslock/Makefile
blob: f5b3f95e3fe389502c6c8598eb5faaabbfe6158d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=	4
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_GETOPT_LONG=yes
USE_GNOME=	gtk12
USE_X_PREFIX=	yes
USE_XPM=	yes

MAKE_ENV=	LDFLAGS="${LDFLAGS}"

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>