diff options
Diffstat (limited to 'devel/djgpp-crx/Makefile')
-rw-r--r-- | devel/djgpp-crx/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/djgpp-crx/Makefile b/devel/djgpp-crx/Makefile deleted file mode 100644 index cecafb87ef48..000000000000 --- a/devel/djgpp-crx/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Peter Johnson <johnson.peter@gmail.com> -# $FreeBSD$ - -PORTNAME= crx -PORTVERSION= 2.03 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.delorie.com/pub/djgpp/current/v2/ \ - ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2/ \ - http://djgpp.linux-mirror.org/v2/ \ - http://djgpp.oss-mirror.org/v2/ -PKGNAMEPREFIX= djgpp- -DISTNAME= djcrx203 - -MAINTAINER= johnson.peter@gmail.com -COMMENT= Headers and Libraries for DJGPP cross-development - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= zip -MAKEFILE= ${FILESDIR}/Makefile -NO_MTREE= yes -NO_WRKSUBDIR= yes - -.include <bsd.port.mk> |