diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 07:56:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 07:56:55 +0000 |
commit | 084ea30a6bba00c43d8f235eb17ff63ba9cd5863 (patch) | |
tree | 0a90d14658d464d211e84d544bf8d79ab16cf5c5 | |
parent | Update checksums. (diff) |
Mark as broken and deprecate
Notes
Notes:
svn path=/head/; revision=350894
-rw-r--r-- | devel/smake/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile index 112dedf779df..e499794118b4 100644 --- a/devel/smake/Makefile +++ b/devel/smake/Makefile @@ -9,16 +9,20 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/smake/ MAINTAINER= ports@FreeBSD.org COMMENT= Portable make program with automake features +DEPRECATED= Abandonware, broken with modern com +EXPIRATION_DATE= 2014-05-12 + +BROKEN= Does not build with modern compilers + LICENSE= CDDL GPLv2 LICENSE_COMB= multi LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g} -USE_BZIP2= yes -USES= gmake -MAKE_ENV= CCOM=${CC} -MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE=. CC=${CC} CCOM=${CC} +USES= gmake tar:bzip2 +MAKE_ENV= CCOM="${CC}" +MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE=. CC="${CC}" CCOM="${CC}" RULEUSED= "`${WRKSRC}/conf/oarch.sh`" PLIST_SUB= RULESUSED="${RULEUSED}" |