aboutsummaryrefslogtreecommitdiff
path: root/audio/libcanberra-gtk3/Makefile
blob: bc9fc173d6a162e512d13c71fc9ca27381eb0b44 (plain) (blame)
1
2
3
4
5
6
7
8
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"