aboutsummaryrefslogtreecommitdiff
path: root/cad/linux-eagle5
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-19 15:14:33 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-19 15:14:33 +0000
commit2285e28345c03a974ab5b55a1f0900ae9156d60f (patch)
treeb80360ff51ecf8ec5597392b9a8fcd6eadd2b95b /cad/linux-eagle5
parentdc4f5d52141f9a0835e1d49b2eaaae58031045af (diff)
downloadports-2285e28345c03a974ab5b55a1f0900ae9156d60f.tar.gz
ports-2285e28345c03a974ab5b55a1f0900ae9156d60f.zip
* Make german/linux-eagle slave port of cad/linux-eagle.
* Use german distfile for german/linux-eagle. * Fix pkg-plist for german/linux-eagle. * Use german website in german/linux-eagle. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=66712
Diffstat (limited to 'cad/linux-eagle5')
-rw-r--r--cad/linux-eagle5/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile
index 8757fa070ba0..9adbfb458fac 100644
--- a/cad/linux-eagle5/Makefile
+++ b/cad/linux-eagle5/Makefile
@@ -5,22 +5,23 @@
# $FreeBSD$
#
-PORTNAME= eagle
-PKGNAMEPREFIX= linux-
-EAGLEVERSION= 4.09r2
+PORTNAME= linux-eagle
+EAGLEVERSION?= 4.09r2
+EAGLELANG?= e
PORTVERSION= ${EAGLEVERSION:S/r/./}
-CATEGORIES= cad
+CATEGORIES?= cad linux
MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/
-DISTNAME= ${PORTNAME}-${EAGLEVERSION}e
+DISTNAME= ${PORTNAME:S/linux-//}-${EAGLEVERSION}${EAGLELANG}
EXTRACT_SUFX= .tgz
-MAINTAINER= riggs@rrr.de
+MAINTAINER?= riggs@rrr.de
RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
-WRKSRC= ${WRKDIR}/${PORTNAME}-${EAGLEVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME:S/linux-//}-${EAGLEVERSION}
+DATADIR= ${PREFIX}/share/${PORTNAME:S/linux-//}
RESTRICTED= "Usage permitted for non-commercial purposes only"
NO_CDROM= "Sale for profit is not permitted"