blob: d6b667891408aa66c4339e007b1e99dd8789fa36 (
plain) (
blame)
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
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTREVISION= 0
CATEGORIES= net
PKGNAMESUFFIX= -header
COMMENT= Install an avahi-gtk* header to avoid conflict
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-ui
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
AVAHI_SLAVE= header
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/include/avahi-ui
${INSTALL_DATA} ${BUILD_WRKSRC}/avahi-ui.h \
${PREFIX}/include/avahi-ui/
.include "${MASTERDIR}/Makefile"
|