1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/dotconf/Makefile

31 lines
629 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: dotconf
# Date created: Jan 28, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dotconf
2001-07-04 07:26:57 +00:00
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://www.azzit.de/dotconf/download/
2001-07-04 07:26:57 +00:00
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
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>