2018-12-14 13:57:58 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.86 2018/12/14 18:57:58 espie Exp $
|
2013-01-06 11:14:10 -05:00
|
|
|
|
|
|
|
.if !defined(BSD_OWN_MK)
|
|
|
|
. include <bsd.own.mk>
|
|
|
|
.endif
|
1997-11-27 18:44:36 -05:00
|
|
|
|
2006-11-27 10:38:01 -05:00
|
|
|
PKGPATH =
|
|
|
|
DISTFILES_DB ?= ${.CURDIR}/infrastructure/db/locate.database
|
2018-11-16 04:30:47 -05:00
|
|
|
INDEX = ${LOCALBASE}/share/ports-INDEX
|
2006-11-27 10:38:01 -05:00
|
|
|
|
2004-07-20 08:01:13 -04:00
|
|
|
.if defined(SUBDIR)
|
|
|
|
# nothing to do
|
2018-11-16 04:30:47 -05:00
|
|
|
.elif !make(search) && (defined(key) || defined(name) || defined(category) || defined(author))
|
2000-04-09 12:26:13 -04:00
|
|
|
# set up subdirs from the index, assume it's up-to-date
|
2018-11-16 04:24:09 -05:00
|
|
|
_CMD = perl ${.CURDIR}/infrastructure/bin/port-search-helper index='${INDEX}'
|
2006-11-27 10:38:01 -05:00
|
|
|
. if defined(key)
|
|
|
|
_CMD += key='${key}'
|
|
|
|
. endif
|
|
|
|
. if defined(name)
|
|
|
|
_CMD += maintainer='${name}'
|
|
|
|
. endif
|
|
|
|
. if defined(category)
|
|
|
|
_CMD += category='${category}'
|
|
|
|
. endif
|
|
|
|
. if defined(maintainer)
|
|
|
|
_CMD += maintainer='${maintainer}'
|
|
|
|
. endif
|
2000-04-09 12:26:13 -04:00
|
|
|
SUBDIR != ${_CMD}
|
2001-04-18 10:35:07 -04:00
|
|
|
.elif defined(SUBDIRLIST)
|
|
|
|
SUBDIR != sed -e 's,[ ]*\#.*,,' -e '/^[ ]*$$/d' ${SUBDIRLIST}
|
2000-04-09 12:26:13 -04:00
|
|
|
.else
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += archivers
|
1997-12-01 19:32:33 -05:00
|
|
|
SUBDIR += astro
|
1997-12-02 03:59:31 -05:00
|
|
|
SUBDIR += audio
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += benchmarks
|
2004-05-07 05:04:21 -04:00
|
|
|
SUBDIR += biology
|
2003-05-28 09:47:04 -04:00
|
|
|
SUBDIR += books
|
1998-06-03 19:03:12 -04:00
|
|
|
SUBDIR += cad
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += chinese
|
|
|
|
SUBDIR += comms
|
1998-04-29 01:04:13 -04:00
|
|
|
SUBDIR += converters
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += databases
|
|
|
|
SUBDIR += devel
|
|
|
|
SUBDIR += editors
|
2001-08-01 16:46:14 -04:00
|
|
|
SUBDIR += education
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += emulators
|
2011-07-19 05:28:52 -04:00
|
|
|
SUBDIR += fonts
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += games
|
2006-10-30 12:49:04 -05:00
|
|
|
SUBDIR += geo
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += graphics
|
2006-10-18 19:16:27 -04:00
|
|
|
SUBDIR += inputmethods
|
1998-08-05 18:12:03 -04:00
|
|
|
SUBDIR += japanese
|
2001-08-11 12:17:58 -04:00
|
|
|
SUBDIR += java
|
2001-05-22 23:31:45 -04:00
|
|
|
SUBDIR += korean
|
1997-12-02 05:58:17 -05:00
|
|
|
SUBDIR += lang
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += mail
|
1998-05-17 00:32:00 -04:00
|
|
|
SUBDIR += math
|
2011-11-12 11:37:35 -05:00
|
|
|
SUBDIR += meta
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += misc
|
2004-06-21 17:28:29 -04:00
|
|
|
SUBDIR += multimedia
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += net
|
|
|
|
SUBDIR += news
|
1997-12-02 05:34:45 -05:00
|
|
|
SUBDIR += plan9
|
1997-12-02 23:12:31 -05:00
|
|
|
SUBDIR += print
|
2000-10-02 05:07:43 -04:00
|
|
|
SUBDIR += productivity
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += security
|
|
|
|
SUBDIR += shells
|
|
|
|
SUBDIR += sysutils
|
2004-09-25 21:05:33 -04:00
|
|
|
SUBDIR += telephony
|
1997-11-27 18:44:36 -05:00
|
|
|
SUBDIR += textproc
|
|
|
|
SUBDIR += www
|
1997-12-02 05:38:24 -05:00
|
|
|
SUBDIR += x11
|
2000-04-09 12:26:13 -04:00
|
|
|
.endif
|
1997-11-27 18:44:36 -05:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|
|
|
|
|
2018-11-16 04:30:47 -05:00
|
|
|
${INDEX}:
|
2018-12-14 13:57:58 -05:00
|
|
|
@if pkg_info -q -e 'portslist-<6.10'; then \
|
|
|
|
echo "Old portslist found"; \
|
|
|
|
echo "Don't mix -current and 6.4"; \
|
|
|
|
fi
|
2018-11-16 04:30:47 -05:00
|
|
|
@echo "Please install portslist"
|
|
|
|
@echo "${SUDO} pkg_add portslist"
|
|
|
|
@exit 1
|
1997-11-27 18:44:36 -05:00
|
|
|
|
|
|
|
|
2018-11-16 04:24:09 -05:00
|
|
|
print-index: ${INDEX}
|
|
|
|
@awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nL-deps:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$10); }' < ${INDEX}
|
1997-11-27 18:44:36 -05:00
|
|
|
|
2018-11-16 04:24:09 -05:00
|
|
|
print-licenses: ${INDEX}
|
2000-03-03 09:23:10 -05:00
|
|
|
@printf "Port PC PF DC DF Maint\n"
|
2018-11-16 04:24:09 -05:00
|
|
|
@awk -F\| '{printf("%-40.39s%-3.2s%-3.2s%-3.2s%-3.2s%-25.25s\n",$$2,$$12,$$13,$$14,$$15,$$6);}' < ${INDEX}
|
2000-02-21 17:09:57 -05:00
|
|
|
|
2018-11-16 04:24:09 -05:00
|
|
|
search: ${INDEX}
|
2003-05-12 18:15:53 -04:00
|
|
|
.if !defined(key) && !defined(name)
|
|
|
|
@echo "The search target requires a keyword or name parameter,"
|
|
|
|
@echo "e.g.: \"make search key=somekeyword\" \"make search name=somename\""
|
1997-11-27 18:44:36 -05:00
|
|
|
.else
|
2006-11-27 10:38:01 -05:00
|
|
|
. if defined(key)
|
2018-11-16 04:24:09 -05:00
|
|
|
@egrep -i -- "${key}" ${INDEX} | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nL-deps:\t%s\nB-deps:\t%s\nR-deps:\t%s\nArchs:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$10, $$11); }'
|
2006-11-27 10:38:01 -05:00
|
|
|
. else
|
2018-11-16 04:24:09 -05:00
|
|
|
@awk -F\| '$$1 ~ /${name}/ { printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nL-deps:\t%s\nB-deps:\t%s\nR-deps:\t%s\nArchs:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$10, $$11); }' ${INDEX}
|
2006-11-27 10:38:01 -05:00
|
|
|
. endif
|
1997-11-27 18:44:36 -05:00
|
|
|
.endif
|
2000-03-04 13:16:02 -05:00
|
|
|
|
2018-11-06 05:45:27 -05:00
|
|
|
fix-permissions:
|
2018-12-08 05:25:05 -05:00
|
|
|
@{ echo "DUMMY_PACKAGE=Yes"; \
|
2018-11-06 05:45:27 -05:00
|
|
|
echo ".include <bsd.port.mk>"; }|${MAKE} -f - fix-permissions
|
|
|
|
|
2000-04-09 08:45:55 -04:00
|
|
|
distfiles-update-locatedb:
|
|
|
|
@PORTSDIR=${.CURDIR} /bin/sh ${.CURDIR}/infrastructure/fetch/distfiles-update-locatedb ${DISTFILES_DB}
|
|
|
|
|
2018-12-08 05:25:05 -05:00
|
|
|
create_DEPENDS_CACHE:
|
|
|
|
@${_mk_DEPENDS_CACHE}; echo $${_DEPENDS_CACHE}
|
|
|
|
|
2018-12-08 05:29:12 -05:00
|
|
|
destroy_DEPENDS_CACHE:
|
|
|
|
@${_PBUILD} rm -rf 2>/dev/null $${_DEPENDS_CACHE}
|
|
|
|
|
|
|
|
|
2012-03-09 05:57:54 -05:00
|
|
|
.PHONY: index search distfiles-update-locatedb \
|
2018-12-08 05:25:05 -05:00
|
|
|
print-licenses print-index fix-permissions \
|
2018-12-08 05:29:12 -05:00
|
|
|
create_DEPENDS_CACHE destroy_DEPENDS_CACHE
|