aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-09-19 23:14:33 +0800
committerobraun <obraun@FreeBSD.org>2002-09-19 23:14:33 +0800
commite8c278001df40c4bfda4dd5fa8d939045bf67aa0 (patch)
tree48baba7747fdcef55bfba9666211bf8e809c248d /cad
parente98efe019e11ae9d1939cd914126aace002785e1 (diff)
downloadfreebsd-ports-gnome-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.tar.gz
freebsd-ports-gnome-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.tar.zst
freebsd-ports-gnome-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.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
Diffstat (limited to 'cad')
-rw-r--r--cad/linux-eagle/Makefile15
-rw-r--r--cad/linux-eagle5/Makefile15
2 files changed, 16 insertions, 14 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile
index 8757fa070ba0..9adbfb458fac 100644
--- a/cad/linux-eagle/Makefile
+++ b/cad/linux-eagle/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"
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"