mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
bd87eef192
PR: 9914 Submitted by: Chris Piazza <cpiazza@home.net>
27 lines
715 B
Makefile
27 lines
715 B
Makefile
# New ports collection makefile for: astime
|
|
# Version required: 1.7
|
|
# Date created: 21 Nov 1998
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $Id: Makefile,v 1.5 1999/01/18 06:43:02 asami Exp $
|
|
#
|
|
|
|
DISTNAME= astime-1.7
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ \
|
|
ftp://ftp.tux.org/pub/x/afterstep/apps/astime/ \
|
|
ftp://ftp.digex.net/.2/wm/AfterStep/apps/astime/ \
|
|
ftp://ftp.bse.bg/pub/Unix/X11/wm/afterstep/apps/astime/
|
|
|
|
MAINTAINER= kkennawa@physics.adelaide.edu.au
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install install.man
|
|
|
|
MAN1= astime.1
|
|
|
|
.include <bsd.port.mk>
|