freebsd-ports/x11-clocks/asclock-gtk/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

37 lines
745 B
Makefile

# New ports collection makefile for: asclock-gtk
# Date created: 16 March 1998
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= asclock-gtk
PORTVERSION= 2.1.10
PORTREVISION= 2
CATEGORIES= x11-clocks afterstep windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= New flavor of asclock (GTK version)
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= asclock
USE_X_PREFIX= yes
USE_GNOME= gtk12
HAS_CONFIGURE= yes
.if defined(BATCH)
do-configure:
@(cd ${WRKSRC}; \
${RM} -rf default_theme; \
${LN} -s themes/classic default_theme)
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/asclock
.include <bsd.port.mk>