1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/mail/gkrellmmailwatch2/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

33 lines
759 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= gkrellmmailwatch
PORTVERSION= 2.4.3
PORTREVISION= 11
CATEGORIES= mail
MASTER_SITES= http://gkrellm.luon.net/files/
PKGNAMESUFFIX= 2
DISTNAME= gkrellm-mailwatch-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM mailwatch plugin
LICENSE= GPLv2+
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
RUN_DEPENDS= gkrellm:sysutils/gkrellm2
WRKSRC= ${WRKDIR}/gkrellm-mailwatch
USES= gmake pkgconfig
USE_LDCONFIG= yes
MAKE_ENV+= PLUGIN_DIR=${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
PLIST_FILES= libexec/gkrellm2/plugins/mailwatch.so
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins/mailwatch.so
.include <bsd.port.mk>