aboutsummaryrefslogtreecommitdiff
path: root/archivers/xpk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/xpk/Makefile')
-rw-r--r--archivers/xpk/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile
deleted file mode 100644
index 02f69d4395b9..000000000000
--- a/archivers/xpk/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= xpk
-PORTVERSION= 0.1.4
-PORTREVISION= 4
-CATEGORIES= archivers
-MASTER_SITES= http://vesuri.jormas.com/xpk/ \
- http://www.energyhq.es.eu.org/files/
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= eXternal PacKer (XPK) library system
-WWW= http://www.jormas.com/~vesuri/xpk/
-
-DEPRECATED= Unmaintained, upstream last release in 2002
-EXPIRATION_DATE=2024-05-07
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= libtool
-USE_LDCONFIG= yes
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+= -Wno-error=int-conversion
-.endif
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxpk*.so
-
-.include <bsd.port.post.mk>