d54da5ee82
Update maintainer email address Remove unnecessary PLIST_DIRS PR: ports/194023 Submitted by: mario.g.pavlov@gmail.com (maintainer) Approved by: mentors (implicit)
27 lines
678 B
Makefile
27 lines
678 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= portrac
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://e-soul.org/distfiles/ \
|
|
http://home.e-soul.org/~mgp/distfiles/
|
|
|
|
MAINTAINER= Mario.G.Pavlov@gmail.com
|
|
COMMENT= Simple GUI tool for tracking port updates
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
PLIST_FILES= bin/portrac \
|
|
share/portrac/portrac.png \
|
|
share/portrac/up-to-date.png \
|
|
share/portrac/updates-available.png
|
|
|
|
USES= qmake tar:bzip2
|
|
USE_QT5= widgets buildtools_build
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \
|
|
${MKDIR} ${STAGEDIR}${DATADIR} && \
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|