7cde621c46
- Update to 0.5.2 - Set WWW to new upstream Changes: https://github.com/serpent7776/xps/commits/master PR: ports/180972 Submitted by: Serpent <serpent7776 gmail.com> (maintainer)
27 lines
505 B
Makefile
27 lines
505 B
Makefile
# Created by: Antonios Anastasiadis <antonakis@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xps
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MAINTAINER= serpent7776@gmail.com
|
|
COMMENT= Tool that searches the ports tree by various criteria
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= serpent7776
|
|
GH_COMMIT= 719165b
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/xps
|
|
MAN1= xps.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|