1999-05-08 16:09:32 +02:00
|
|
|
# New ports collection makefile for: asclock-gtk
|
|
|
|
# Date created: 16 March 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= asclock-gtk
|
|
|
|
PORTVERSION= 2.1.10
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 7
|
1999-05-08 16:09:32 +02:00
|
|
|
CATEGORIES= x11-clocks afterstep windowmaker
|
2001-07-06 01:19:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2000-12-11 02:38:14 +01:00
|
|
|
MASTER_SITE_SUBDIR= kuriyama
|
2004-02-08 03:52:36 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
|
1999-05-08 16:09:32 +02:00
|
|
|
|
1999-08-31 08:53:31 +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
|
|
|
|
2000-07-07 21:59:26 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
1999-05-08 16:09:32 +02:00
|
|
|
ALL_TARGET= asclock
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xt
|
2002-09-01 17:33:54 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-10-05 08:42:57 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
2007-03-28 11:08:16 +02:00
|
|
|
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:
|
2003-09-24 11:37:11 +02:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/asclock
|
1999-05-08 16:09:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|