freebsd-ports/x11-clocks/wmblueclock/Makefile
Beech Rintoul a7f96ee2b4 - Remove USE_X_PREFIX
- Add USE_XORG= (modules)
- Bump portrevision
2008-03-24 17:10:12 +00:00

28 lines
638 B
Makefile

# New ports collection makefile for: wmblueclock
# Date created: 25 Apr 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmblueclock
PORTVERSION= 0.0
PORTREVISION= 2
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/xutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple dockable clock application
USE_BZIP2= yes
USE_XORG= x11 xau xdmcp xext xpm
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/wmblueclock
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>