freebsd-ports/x11-clocks/asclock-gtk/Makefile
Jun Kuriyama 96a9be949c Master site (www.asclock.org) seems to be down for about 2 month.
Add $MASTER_SITE_LOCAL to $MASTER_SITES.
2000-12-11 01:38:14 +00:00

36 lines
689 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
CATEGORIES= x11-clocks afterstep windowmaker
MASTER_SITES= http://www.asclock.org/tar/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
DISTNAME= ${PKGNAME}beta
MAINTAINER= kuriyama@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= asclock
USE_X_PREFIX= yes
USE_GTK= yes
HAS_CONFIGURE= yes
.if defined(BATCH)
do-configure:
@(cd ${WRKSRC}; \
${RM} -rf default_theme; \
${LN} -s themes/classic default_theme)
.endif
post-install:
@strip ${PREFIX}/bin/asclock
.include <bsd.port.mk>