diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-19 15:14:33 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-19 15:14:33 +0000 |
commit | e8c278001df40c4bfda4dd5fa8d939045bf67aa0 (patch) | |
tree | 48baba7747fdcef55bfba9666211bf8e809c248d /cad | |
parent | e98efe019e11ae9d1939cd914126aace002785e1 (diff) | |
download | FreeBSD-ports-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.zip FreeBSD-ports-e8c278001df40c4bfda4dd5fa8d939045bf67aa0.tar.gz |
* 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/Makefile | 15 | ||||
-rw-r--r-- | cad/linux-eagle5/Makefile | 15 |
2 files changed, 16 insertions, 14 deletions
diff --git a/cad/linux-eagle/Makefile b/cad/linux-eagle/Makefile index 8757fa0..9adbfb4 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 8757fa0..9adbfb4 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" |