freebsd-ports/x11-wm/libwraster/Makefile
Doug Barton deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00

30 lines
667 B
Makefile

# $FreeBSD$
PORTNAME= libwraster
PORTREVISION= 0
COMMENT= libwraster from Window Maker
MASTERDIR= ${.CURDIR}/../windowmaker
LWR_SLAVE= yes
PATCHDIR= # To void equivalent in master port
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
CONFLICTS= windowmaker-0.*
post-patch:
@${CP} ${WRKSRC}/wrlib/Makefile.in ${WRKSRC}/wrlib/Makefile.in.presed
@${SED} -e s#$$\(libdir\)/pkgconfig#${PREFIX}/libdata/pkgconfig#g \
${WRKSRC}/wrlib/Makefile.in.presed > ${WRKSRC}/wrlib/Makefile.in
do-build:
cd ${WRKSRC} && ${MAKE} config-paths.h
cd ${WRKSRC}/wrlib && ${MAKE}
do-install:
cd ${WRKSRC}/wrlib && ${MAKE} install
.include "${MASTERDIR}/Makefile"