blob: 7f20015d5b69a4dac93b3651620ba1768b3bc6f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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-*
SLAVE_PORT= yes
MASTER_PORT= cad/linux-eagle
.include "../../cad/linux-eagle/Makefile"
|