dbc81c7d5b
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt)
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# Created by: UMENO Takashi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtubeclock
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 11
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://www.bonnyswan.com/gtubeclock/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Nixie tube clock for GNOME
|
|
|
|
USES= pkgconfig pathfix
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomeprefix gtk20 libgnomeui
|
|
|
|
.include <bsd.port.mk>
|