freebsd-ports/audio/libcanberra-gtk3/Makefile
Tobias C. Berner 11049e36cb cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
2022-07-20 21:44:12 +02:00

9 lines
253 B
Makefile

MASTERDIR= ${.CURDIR:H}/libcanberra
SLAVEPORT= gtk3
post-install:
@${MKDIR} ${STAGEDIR}/${PREFIX}/include/canberra-gtk3
@${MV} ${STAGEDIR}/${PREFIX}/include/canberra-gtk.h ${STAGEDIR}/${PREFIX}/include/canberra-gtk3
.include "${MASTERDIR}/Makefile"