11049e36cb
gnome@ no longer uses Marcusom as their staging ground. Approved by: gnome (nc) Differential Revision: https://reviews.freebsd.org/D35866
9 lines
253 B
Makefile
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"
|