freebsd-ports/x11/xnodecor/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

24 lines
524 B
Makefile

# Created by: Katsura Matsumoto <katsura@cc.okayama-u.ac.jp>
# $FreeBSD$
PORTNAME= xnodecor
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.42.org/pub/wmx/contrib/
DISTFILES= xnodecor.c
MAINTAINER= katsura@cc.osaka-kyoiku.ac.jp
COMMENT= Utility to set override_redirect in XWindowAttributes to True
NO_WRKSUBDIR= yes
USE_XORG= x11
PLIST_FILES= bin/xnodecor
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
.include <bsd.port.mk>