blob: 5c7f6f1f2c0a9c7a78bfa273fb8b945cdf214ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Miguel Mendez <flynn@energyhq.homeip.net>
# $FreeBSD$
PORTNAME= xpk
PORTVERSION= 0.1.4
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://vesuri.jormas.com/xpk/ \
http://www.energyhq.es.eu.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= The eXternal PacKer (XPK) library system
NO_STAGE= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|