blob: 7ae52f17750e5610d7692021b478f90c10e2e1f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: de-linux-eagle
# Date created: 30 August 2002
# Whom: Thomas E. Zander <riggs@rrr.de>
#
# $FreeBSD$
#
PKGNAMEPREFIX?= de-
EAGLELANG?= ger
CATEGORIES?= german cad linux
MAINTAINER= riggs@rrr.de
COMMENT= An easy to use, yet powerful tool for designing printed circuit boards
CONFLICTS= linux-eagle-[0-9]*
SLAVE_PORT= yes
MASTER_PORT= cad/linux-eagle
FILESDIR= ${.CURDIR}/../../${MASTER_PORT}/files
.include "../../cad/linux-eagle/Makefile"
|