freebsd-ports/x11/cnslock/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

30 lines
636 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= 3
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>