1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-clocks/asclock-gtk/Makefile
Steve Price 92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00

34 lines
753 B
Makefile

# New ports collection makefile for: asclock-gtk
# Version required: 2.1.10beta
# Date created: 16 March 1998
# Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1999/05/08 14:09:31 kuriyama Exp $
#
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.2:${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>