diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-05-08 22:09:32 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-05-08 22:09:32 +0800 |
commit | 4a63995a2e3ce51465b6072b4ece280f65fdf93d (patch) | |
tree | 087576a1ea664d3d762d6e7f5e6333c457070186 /x11-clocks/asclock-gtk/Makefile | |
parent | 41cd0083499bdf5f6184c56eeff76b7cb27ac66a (diff) | |
download | freebsd-ports-gnome-4a63995a2e3ce51465b6072b4ece280f65fdf93d.tar.gz freebsd-ports-gnome-4a63995a2e3ce51465b6072b4ece280f65fdf93d.tar.zst freebsd-ports-gnome-4a63995a2e3ce51465b6072b4ece280f65fdf93d.zip |
New flavor of asclock (GTK version).
Diffstat (limited to 'x11-clocks/asclock-gtk/Makefile')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile new file mode 100644 index 000000000000..b24dc0a6cc0c --- /dev/null +++ b/x11-clocks/asclock-gtk/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: asclock-gtk +# Version required: 2.1.10beta +# Date created: 16 March 1998 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG> +# +# $Id$ +# + +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/ + +MAINTAINER= kuriyama@FreeBSD.ORG + +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + +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> |