pkgsrc/mail/squirrelmail/options.mk

19 lines
558 B
Makefile
Raw Normal View History

# $NetBSD: options.mk,v 1.1 2007/05/20 17:02:17 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squirrelmail
PKG_SUPPORTED_OPTIONS= squirrelmail-japanese squirrelmail-lite
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msquirrelmail-japanese)
PATCH_SITES= http://www.yamaai-tech.com/~masato/Download/
PATCHFILES= squirrelmail-1.4.10a-ja-20070511-patch.gz
PATCH_DIST_STRIP= -p1
.endif
.if !empty(PKG_OPTIONS:Msquirrelmail-lite)
PATCH_SITES+= ftp://ftp.back-street.net/pub/squirrelmail/
PATCHFILES+= squirrelmail-1.4.10a-lite-20070511-patch
.endif