Line 0
Link Here
|
|
|
1 |
# New ports collection makefile for: epkg |
2 |
# Date created: 12 May 2006 |
3 |
# Whom: Jim Pirzyk <pirzyk@freebsd.org> |
4 |
# |
5 |
# $FreeBSD$ |
6 |
# |
7 |
|
8 |
PORTNAME= epkg |
9 |
PORTVERSION= 2.3.9 |
10 |
CATEGORIES= archivers |
11 |
MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/ |
12 |
|
13 |
MAINTAINER= pirzyk@freebsd.org |
14 |
COMMENT= Encap Package Manger |
15 |
|
16 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libexpat.a:${PORTSDIR}/textproc/expat2 \ |
17 |
${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget \ |
18 |
${LOCALBASE}/lib/libcurl.a:${PORTSDIR}/ftp/curl |
19 |
|
20 |
HAS_CONFIGURE= YES |
21 |
CONFIGURE_ENV= CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib |
22 |
CONFIGURE_ARGS= --disable-encap --disable-epkg-install --with-libfget --without-libtar |
23 |
|
24 |
MAN1= epkg.1 \ |
25 |
mkencap.1 |
26 |
MAN3= encap20_platform_name.3 \ |
27 |
encap_check.3 \ |
28 |
encap_check_prereqs.3 \ |
29 |
encap_check_source.3 \ |
30 |
encap_check_target.3 \ |
31 |
encap_close.3 \ |
32 |
encap_find_versions.3 \ |
33 |
encap_hash_add.3 \ |
34 |
encap_hash_del.3 \ |
35 |
encap_hash_free.3 \ |
36 |
encap_hash_getkey.3 \ |
37 |
encap_hash_new.3 \ |
38 |
encap_hash_next.3 \ |
39 |
encap_hash_prev.3 \ |
40 |
encap_hash_search.3 \ |
41 |
encap_install.3 \ |
42 |
encap_list_add.3 \ |
43 |
encap_list_add_str.3 \ |
44 |
encap_list_del.3 \ |
45 |
encap_list_dup.3 \ |
46 |
encap_list_free.3 \ |
47 |
encap_list_merge.3 \ |
48 |
encap_list_new.3 \ |
49 |
encap_list_next.3 \ |
50 |
encap_list_prev.3 \ |
51 |
encap_list_search.3 \ |
52 |
encap_open.3 \ |
53 |
encap_pkgspec_join.3 \ |
54 |
encap_pkgspec_parse.3 \ |
55 |
encap_platform_compat.3 \ |
56 |
encap_platform_name.3 \ |
57 |
encap_platform_split.3 \ |
58 |
encap_remove.3 \ |
59 |
encap_vercmp.3 \ |
60 |
encapinfo_free.3 \ |
61 |
encapinfo_init.3 \ |
62 |
encapinfo_parse_directive.3 \ |
63 |
encapinfo_write.3 |
64 |
MAN5= encap_profile.5 |
65 |
|
66 |
.include <bsd.port.mk> |