ajacoutot 4abbd86b86 Install headers in a non-default directory so that applications stop
picking them up.

discussed with jasper@
2016-10-29 10:35:45 +00:00

33 lines
728 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/10/29 10:35:45 ajacoutot Exp $
COMMENT = simple, portable library for handling UTF-8 strings
VERSION = 2.3.4
DISTNAME = utf8_v${VERSION:S/./_/g}
PKGNAME = utfcpp-${VERSION}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = http://utfcpp.sourceforge.net/
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=utfcpp/}
EXTRACT_SUFX = .zip
NO_TEST = Yes
WRKDIST = ${WRKDIR}
NO_BUILD = Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/utfcpp/utf8
${INSTALL_DATA} ${WRKDIR}/source/*.* ${PREFIX}/include/utfcpp
${INSTALL_DATA} ${WRKDIR}/source/utf8/*.* ${PREFIX}/include/utfcpp/utf8
.include <bsd.port.mk>