mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: xpk
|
|
# Date created: 21 May 2001
|
|
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpk
|
|
PORTVERSION= 0.1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \
|
|
http://www.energyhq.es.eu.org/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The eXternal PacKer (XPK) library system
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|