freebsd-ports/x11-clocks/wmblueclock/Makefile
Dmitry Marakasov 6c6bfd06c9 - Add LICENSE
- Unsilence installation commands
2017-06-18 09:01:27 +00:00

25 lines
596 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= wmblueclock
PORTVERSION= 0.0
PORTREVISION= 3
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= SUNSITE/X11/xutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple dockable clock application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:bzip2
USE_XORG= x11 xau xdmcp xext xpm
PLIST_FILES= bin/wmblueclock man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>