bb5b465df0
Changes: https://github.com/letoram/durden/compare/0.6.0...0.6.1 Reported by: portscout
31 lines
616 B
Makefile
31 lines
616 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= durden
|
|
DISTVERSION= 0.6.1
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Desktop Environment for Arcan
|
|
|
|
LICENSE= BSD3CLAUSE # without fonts
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= arcan:multimedia/arcan
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= letoram
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
PORTDATA= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's,/usr,${PREFIX},' ${WRKSRC}/distr/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/distr/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTNAME}" \
|
|
${STAGEDIR}${DATADIR})
|
|
|
|
.include <bsd.port.mk>
|