2002-09-21 08:25:24 +02:00
|
|
|
# New ports collection makefile for: wmmaiload
|
|
|
|
# Date created: Sat Sep 21 01:48:10 EDT 2002
|
|
|
|
# Whom: pat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmmaiload
|
2005-05-28 01:02:49 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2002-09-21 08:25:24 +02:00
|
|
|
CATEGORIES= mail windowmaker
|
|
|
|
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
|
|
|
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Incoming mail monitor dockapp with a similar look to wmcpuload
|
2002-09-21 08:25:24 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
2003-02-06 21:50:40 +01:00
|
|
|
USE_GNOME= gtk12
|
|
|
|
USE_REINPLACE= yes
|
2002-09-21 08:25:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
|
2004-11-23 00:32:56 +01:00
|
|
|
MAN1= ${PORTNAME}.1 ${PORTNAME}-config.1
|
|
|
|
PLIST_FILES= bin/wmmaiload bin/wmmaiload-config
|
2005-05-28 01:02:49 +02:00
|
|
|
PLIST_DIRS= share/nls/POSIX share/nls/en_US.US-ASCII
|
2002-09-21 08:25:24 +02:00
|
|
|
|
2003-02-06 21:50:40 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \
|
|
|
|
${WRKSRC}/wmmaiload-config/Makefile.in
|
|
|
|
|
2002-09-21 08:25:24 +02:00
|
|
|
.include <bsd.port.mk>
|