1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-clocks/astime/Makefile
2005-10-22 05:51:48 +00:00

27 lines
651 B
Makefile

# New ports collection makefile for: astime
# Date created: 21 Nov 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= astime
PORTVERSION= 2.8
CATEGORIES= x11-clocks afterstep
MASTER_SITES= ftp://ftp.afterstep.org/apps/astime/ \
http://www.tigr.net/afterstep/download/astime/
MAINTAINER= kris@FreeBSD.org
COMMENT= Time/Date applet for WindowMaker
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xpm-library="${X11BASE}/lib" --with-xpm-includes="${X11BASE}/include/X11"
INSTALL_TARGET= install install.man
MAN1= astime.1
PLIST_FILES= bin/astime
.include <bsd.port.mk>