freebsd-ports/mail/roundcube-sauserprefs/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

29 lines
680 B
Makefile

# Created by: Stefan Bethke <stb@lassitu.de>
# $FreeBSD$
PORTNAME= sauserprefs
PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \
LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= roundcube-
DISTNAME= ${PORTNAME}
MAINTAINER= stb@lassitu.de
COMMENT= Roundcube plugin to manage SpamAssassin prefs
LICENSE= GPLv3
RUN_DEPENDS= roundcube>=0.8:mail/roundcube
NO_BUILD= yes
NO_ARCH= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
.include <bsd.port.mk>