summaryrefslogtreecommitdiff
path: root/cad/linux-eagle5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/linux-eagle5/Makefile')
-rw-r--r--cad/linux-eagle5/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/cad/linux-eagle5/Makefile b/cad/linux-eagle5/Makefile
deleted file mode 100644
index 18f2ccfbe4db..000000000000
--- a/cad/linux-eagle5/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: linux-eagle
-# Date created: 29 December 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= eagle
-PKGNAMEPREFIX= linux-
-EAGLEVERSION= 4.09r1
-PORTVERSION= ${EAGLEVERSION:S/r/./}
-CATEGORIES= cad
-MASTER_SITES= ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/
-DISTNAME= ${PORTNAME}-${EAGLEVERSION}e
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base
-
-ONLY_FOR_ARCHS= i386
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${EAGLEVERSION}
-
-RESTRICTED= "Usage permitted for non-commercial purposes only"
-NO_CDROM= "Sale for profit is not permitted"
-
-NO_BUILD= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-MAN1= eagle.1
-
-do-install:
- ${MKDIR} ${DATADIR}
- ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${DATADIR} --unlink -xf -
- ${LN} -sf ${DATADIR}/bin/eagle ${PREFIX}/bin/eagle
- ${INSTALL_MAN} ${DATADIR}/man/eagle.1 ${PREFIX}/man/man1
-
-post-install:
- @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${PKGDIR}/pkg-message > \
- ${PKGMESSAGE}
-.if !defined(BATCH)
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-.endif
-
-.include <bsd.port.mk>