7441780c52
multipackages, allows to parallelize builds in dpb. This way they also share PLIST and DESCR.. while here take maintainership (agreed by previous) and set @pkgpath for seamless updates. prodded by/based on an initial work by espie@
56 lines
803 B
Makefile
56 lines
803 B
Makefile
# $OpenBSD: Makefile,v 1.54 2012/01/22 17:11:57 landry Exp $
|
|
|
|
SUBDIR = ar
|
|
SUBDIR += be
|
|
SUBDIR += bg
|
|
SUBDIR += bn-BD
|
|
SUBDIR += br
|
|
SUBDIR += ca
|
|
SUBDIR += cs
|
|
SUBDIR += da
|
|
SUBDIR += de
|
|
SUBDIR += el
|
|
SUBDIR += en-GB
|
|
SUBDIR += en-US
|
|
SUBDIR += es-AR
|
|
SUBDIR += es-ES
|
|
SUBDIR += et
|
|
SUBDIR += eu
|
|
SUBDIR += fi
|
|
SUBDIR += fr
|
|
SUBDIR += fy-NL
|
|
SUBDIR += ga-IE
|
|
SUBDIR += gd
|
|
SUBDIR += gl
|
|
SUBDIR += he
|
|
SUBDIR += hu
|
|
SUBDIR += id
|
|
SUBDIR += is
|
|
SUBDIR += it
|
|
SUBDIR += ja
|
|
SUBDIR += ko
|
|
SUBDIR += lt
|
|
SUBDIR += nb-NO
|
|
SUBDIR += nl
|
|
SUBDIR += nn-NO
|
|
SUBDIR += pa-IN
|
|
SUBDIR += pl
|
|
SUBDIR += pt-BR
|
|
SUBDIR += pt-PT
|
|
SUBDIR += rm
|
|
SUBDIR += ro
|
|
SUBDIR += ru
|
|
SUBDIR += si
|
|
SUBDIR += sk
|
|
SUBDIR += sl
|
|
SUBDIR += sq
|
|
SUBDIR += sv-SE
|
|
SUBDIR += ta-LK
|
|
SUBDIR += tr
|
|
SUBDIR += uk
|
|
SUBDIR += vi
|
|
SUBDIR += zh-CN
|
|
SUBDIR += zh-TW
|
|
|
|
.include <bsd.port.subdir.mk>
|