1999-05-08 14:09:32 +00:00
|
|
|
# New ports collection makefile for: asclock-gtk
|
|
|
|
# Version required: 2.1.10beta
|
|
|
|
# Date created: 16 March 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
1999-05-08 14:09:32 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1999-05-08 14:09:32 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= asclock-gtk-2.1.10beta
|
|
|
|
PKGNAME= asclock-gtk-beta-2.1.10
|
|
|
|
CATEGORIES= x11-clocks afterstep windowmaker
|
|
|
|
MASTER_SITES= http://www.asclock.org/tar/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
1999-05-08 14:09:32 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1999-05-08 14:09:32 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
WRKSRC= ${WRKDIR}/asclock-gtk
|
|
|
|
USE_X_PREFIX= YES
|
|
|
|
ALL_TARGET= asclock
|
|
|
|
|
|
|
|
.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>
|