blob: bdffc87d883df66dd15510624de79cef97c08133 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.common,v 1.14 2009/02/01 05:20:01 dmcmahill Exp $
#
DIST_SUBDIR= geda
PKGVERSION= 1.4.3
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PKGVERSION}/ \
http://www.geda.seul.org/release/v1.4/${PKGVERSION}/
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --disable-update-desktop-database
CONFIGURE_ARGS+= --disable-update-mime-database
USE_PKGLOCALEDIR= yes
|