1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-clocks/asclock-gtk/Makefile
Doug Barton e9ab906fe5 Unbreak by s/${PKGNAME}/${PORTNAME}-${PORTVERSION}/ for DISTNAME. The
recent (gratuitous, and obviously untested) PORTREVISION bump broke it.
2004-02-08 02:52:36 +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= 1
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>