prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# Created by: UMENO Takashi
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtubeclock
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 12
|
|
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>
|