mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
669 B
Makefile
29 lines
669 B
Makefile
# New ports collection makefile for: gkrellm-mailwatch
|
|
# Date Created: 22.08.2000
|
|
# Whom: Tobias Reifenberger <treif@mayn.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellmmailwatch
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
DISTNAME= mailwatch-${PORTVERSION}
|
|
|
|
MAINTAINER= treif@mayn.de
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
WRKSRC= ${WRKDIR}/mailwatch
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mailwatch.so ${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
.include <bsd.port.mk>
|