openbsd-ports/www/mozilla-sync/Makefile.inc
landry 78deaf05e8 Import Mozilla Sync Server.
Mozilla Sync server allows bookmarks, tabs, settings, addons, passwords
and history to be shared across several mozilla instances. Most work
done before previous lock, polished last month and finally here it is!
See https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync
and the provided README for how to set it up properly.

ok sthen@ on a previous version.
2012-09-01 16:11:36 +00:00

21 lines
583 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/09/01 16:11:36 landry Exp $
# version comes from the .spec file or setup.py for -full
COMMENT ?= Mozilla sync server - ${PART}
DISTNAME = server-${PART}-${MODPY_EGG_VERSION}.20120901
DIST_SUBDIR = mozilla
PKGNAME ?= mozilla-sync-${PART}-${MODPY_EGG_VERSION}.pre20120901
CATEGORIES= www www/mozilla-sync
WRKDIST ?= ${WRKDIR}/server-${PART}
MASTER_SITES ?= http://rhaalovely.net/stuff/
# MPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes