freebsd-ports/x11-clocks/asclock-gtk/Makefile

40 lines
808 B
Makefile
Raw Normal View History

1999-05-08 16:09:32 +02:00
# New ports collection makefile for: asclock-gtk
# Date created: 16 March 1998
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
1999-05-08 16:09:32 +02:00
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
1999-05-08 16:09:32 +02:00
#
PORTNAME= asclock-gtk
PORTVERSION= 2.1.10
PORTREVISION= 7
1999-05-08 16:09:32 +02:00
CATEGORIES= x11-clocks afterstep windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
1999-05-08 16:09:32 +02:00
MAINTAINER= kuriyama@FreeBSD.org
2003-02-22 08:48:51 +01:00
COMMENT= New flavor of asclock (GTK version)
1999-05-08 16:09:32 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}
1999-05-08 16:09:32 +02:00
ALL_TARGET= asclock
USE_XORG= x11 xt
USE_GNOME= gtk12
2000-10-05 08:42:57 +02:00
HAS_CONFIGURE= yes
post-patch:
${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM}
1999-05-08 16:09:32 +02:00
.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
1999-05-08 16:09:32 +02:00
.include <bsd.port.mk>