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
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.6 2001/10/02 20:18:59 heko Exp $
|
|
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
|
|
#
|
|
# Many variables moved to ../Makefile.inc
|
|
#
|
|
|
|
COMMENT= "French dictionary for the Amaya browser/page composer"
|
|
|
|
PKGNAME= amaya-french-dict-19961217
|
|
DISTNAME= French
|
|
NEED_VERSION= 1.454
|
|
|
|
RUN_DEPENDS= ${DICT_RUN_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
|
|
DICNAME= Fprinc
|
|
|
|
do-install:
|
|
${dict_install_frag}
|
|
|
|
.include <bsd.port.mk>
|