freebsd-ports/cad/geda-docs/Makefile
Rong-En Fan ee40bec285 - Remove PORTDOCS=*, use pkg-plist
This is not correct since other geda packages use the same directory.

PR:		ports/100225
Submitted by:	Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer)
2006-07-13 20:59:42 +00:00

25 lines
583 B
Makefile

# New ports collection makefile for: geda
# Date created: 27 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= docs
PORTVERSION= 20060123
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
http://geda.seul.org/devel/${PORTVERSION}/
PKGNAMEPREFIX= geda-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= The gEDA's documentation
DOCSDIR= ${PREFIX}/share/doc/geda
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
.include <bsd.port.mk>