27 lines
658 B
Makefile
27 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/01/20 22:41:19 schnoebe Exp $
|
|
#
|
|
|
|
DISTNAME= compatibility-1.3
|
|
PKGNAME= squirrelmail-${DISTNAME}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.squirrelmail.org/plugins/
|
|
|
|
MAINTAINER= eric@cirr.com
|
|
HOMEPAGE= http://www.squirrelmail.org/
|
|
COMMENT= Previous version compatibility plugin for SquirrelMail
|
|
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
SMDIR= ${PREFIX}/share/squirrelmail
|
|
MESSAGE_SUBST+= SMDIR=${SMDIR}
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
${MKDIR} ${DESTDIR}${SMDIR}/plugins
|
|
cd ${WRKDIR} && ${TAR} -cf - ${DISTNAME:C/-.*$//} | \
|
|
${TAR} -xf - -C ${DESTDIR}${SMDIR}/plugins
|
|
|
|
.include "../../mail/squirrelmail/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|