summaryrefslogtreecommitdiff
path: root/x11-clocks/astime/Makefile
blob: 7fa5b9bb1a680f53e77c75e8a56714381be355b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Brian Handy <handy@physics.montana.edu>
# $FreeBSD$

PORTNAME=	astime
PORTVERSION=	2.8
PORTREVISION=	2
CATEGORIES=	x11-clocks afterstep
MASTER_SITES=	ftp://ftp.afterstep.org/apps/astime/ \
		http://www.tigr.net/afterstep/download/astime/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Time/Date applet for WindowMaker

USE_XORG=	xpm
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-xpm-library="${LOCALBASE}/lib" --with-xpm-includes="${LOCALBASE}/include/X11"
INSTALL_TARGET=	install install.man

PLIST_FILES=	bin/astime man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>