28 lines
519 B
Makefile
28 lines
519 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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|