2bce4338c2
o Add gtk flavor, don't build it yet in www/amaya/Makefile until some scrollbar dysfunctionality is fixed. o Build amaya against system versions of: jpeg, png, zlib, expat, md5; some of the patches for this come from FreeBSD o Add HOMEPAGE o Unify dictionary installation to a common $frag (a bunch of dictionaries will be imported later separately) o Take over maintainer; ok naddy@ o Fix missing trailing slash in MASTER_SITES
25 lines
715 B
Makefile
25 lines
715 B
Makefile
# $OpenBSD: Makefile.inc,v 1.5 2001/10/02 20:18:59 heko Exp $
|
|
|
|
DIST_SUBDIR?= amaya
|
|
CATEGORIES?= www
|
|
|
|
EXTRACT_SUFX?= .tgz
|
|
|
|
MAINTAINER?= Heikki Korpela <heko@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
PERMIT_DISTFILES_CDROM?= Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
|
|
MASTER_SITES?= http://www.w3.org/Amaya/Distribution/ \
|
|
ftp://ftp.w3.org/pub/amaya/ \
|
|
ftp://mirror.aarnet.edu.au/pub/amaya/ \
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.w3.org/pub/afs/w3.org/ftp/pub/amaya/
|
|
|
|
DICT_RUN_DEPENDS?= ${PREFIX}/bin/amaya:amaya-*:www/amaya/browser
|
|
|
|
dict_install_frag= \
|
|
${INSTALL_DATA_DIR} ${PREFIX}/Amaya/dicopar; \
|
|
${INSTALL_DATA} ${WRKDIR}/${DICNAME}.dic ${PREFIX}/Amaya/dicopar
|