mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2d8b17ea39
With hat: portmgr
22 lines
516 B
Makefile
22 lines
516 B
Makefile
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= docs
|
|
PORTVERSION= 1.4.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
|
|
http://geda.seul.org/release/v1.4/${PORTVERSION}/
|
|
PKGNAMEPREFIX= geda-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The gEDA's documentation
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/geda
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|