summaryrefslogtreecommitdiff
path: root/devel/xcb-util-m4/Makefile
blob: 1e9b5af02161d7a8151d55d211d16e3f0ac18ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

COMMENT 	= GNU autoconf macros shared across XCB projects
CATEGORIES	= devel

PKGNAME	= xcb-util-m4-0.1

PERMIT_PACKAGE	= Yes

DISTFILES	= ax_compare_version.m4 \
		  xcb_util_common.m4 \
		  xcb_util_m4_with_include_path.m4

DIST_SUBDIR	= xcb-util-m4

HOMEPAGE 	= https://gitlab.freedesktop.org/xorg/util/xcb-util-m4

MASTER_SITES 	= https://gitlab.freedesktop.org/xorg/util/xcb-util-m4/-/raw/master/

MODULES 	= xenocara

CONFIGURE_STYLE = none
NO_BUILD 	=
NO_TEST		=

do-extract:
	@for f in ${DISTFILES} ; do  \
	  cp ${FULLDISTDIR}/$$f ${WRKDIR}/ ; \
	done

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
	for f in ${DISTFILES} ; do \
	  ${INSTALL_DATA} ${WRKDIR}/$$f ${PREFIX}/share/aclocal/ ; \
	done

.include <bsd.port.mk>