diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-04-30 20:29:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-04-30 20:29:26 +0000 |
commit | 463d7ad164085cbd6fae3a0f35c51fc755abd21c (patch) | |
tree | d9df9565a10443c67eb5266e1d50449b2661bd29 /misc/firestring/Makefile | |
parent | f10710d51be48dd98cf04d2c1451af68c83bb191 (diff) |
Diffstat (limited to 'misc/firestring/Makefile')
-rw-r--r-- | misc/firestring/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile deleted file mode 100644 index 5b86ee5513c1..000000000000 --- a/misc/firestring/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= firestring -PORTVERSION= 0.9.12 -PORTREVISION= 1 -CATEGORIES= misc net devel -MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ - http://www.firestuff.org/projects/ \ - http://www.wa.apana.org.au/~dean/sources/ \ - ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ - -MAINTAINER= dean@odyssey.apana.org.au -COMMENT= Library to make string handling easier in C -WWW= https://www.firestuff.org/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/GPL - -BROKEN= Unfetchable -DEPRECATED= Upstream is gone and last release in 2004 -EXPIRATION_DATE=2024-04-30 - -USES= tar:bzip2 -HAS_CONFIGURE= yes -CONFIGURE_ENV= MANDIR=${PREFIX}/share/man -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -pre-configure: - @-${RM} ${WRKSRC}/firemake/*.orig - -.include <bsd.port.mk> |