diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-19 15:14:33 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-19 15:14:33 +0000 |
commit | 2285e28345c03a974ab5b55a1f0900ae9156d60f (patch) | |
tree | b80360ff51ecf8ec5597392b9a8fcd6eadd2b95b /cad/linux-eagle5 | |
parent | dc4f5d52141f9a0835e1d49b2eaaae58031045af (diff) | |
download | ports-2285e28345c03a974ab5b55a1f0900ae9156d60f.tar.gz ports-2285e28345c03a974ab5b55a1f0900ae9156d60f.zip |
Notes
Diffstat (limited to 'cad/linux-eagle5')
-rw-r--r-- | cad/linux-eagle5/Makefile | 15 |
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" |