aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf/Makefile
blob: 9264be612d0abed7bfb0b46371ebdf4c3a5d82d4 (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
27
28
29
# ex:ts=8
# New ports collection makefile for:   dotconf
# Date created:                Jan 28, 2001
# Whom:                        Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	dotconf
PORTVERSION=	1.0.4
CATEGORIES=	devel
MASTER_SITES=	http://www.azzit.de/dotconf/download/

MAINTAINER=	ports@FreeBSD.org

USE_LIBTOOL=	yes
USE_GMAKE=	yes
INSTALLS_SHLIB=	yes

post-install:
	${MKDIR} ${DATADIR}
.if !defined(NOPORTDOCS)
.for f in dotconf-api.txt dotconf-features.txt
	@${INSTALL_DATA} ${WRKSRC}/doc/$f ${DATADIR}
.endfor
.endif
	${CP} -R ${WRKSRC}/examples ${DATADIR}

.include <bsd.port.mk>