1999-05-09 19:25:44 +02:00
|
|
|
# New ports collection makefile for: bbdate
|
|
|
|
# Date created: May 3 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-05-09 19:25:44 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1999-05-09 19:25:44 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:33:10 +02:00
|
|
|
PORTNAME= bbdate
|
2003-01-16 19:11:38 +01:00
|
|
|
PORTVERSION= 0.2.4
|
1999-05-09 19:25:44 +02:00
|
|
|
CATEGORIES= x11-clocks
|
2004-08-10 20:41:25 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= bbtools
|
1999-05-09 19:25:44 +02:00
|
|
|
|
2002-11-23 03:25:42 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A tool made for Blackbox that displays the date in a decorated window
|
1999-05-09 19:25:44 +02:00
|
|
|
|
2000-06-27 13:04:37 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-06-19 10:26:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-09 19:25:44 +02:00
|
|
|
|
2004-08-10 20:41:25 +02:00
|
|
|
PLIST_FILES= bin/bbdate share/bbtools/README.bbdate \
|
|
|
|
share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \
|
|
|
|
share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
|
|
|
|
>> ${TMPPLIST}
|
|
|
|
|
1999-05-09 19:25:44 +02:00
|
|
|
.include <bsd.port.mk>
|