1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/cad/geda-examples/Makefile

31 lines
720 B
Makefile
Raw Normal View History

# New ports collection makefile for: geda
# Date created: 27 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= examples
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}
2006-10-10 07:44:57 +00:00
MAINTAINER= stas@FreeBSD.org
COMMENT= The gEDA's examples
GNU_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/geda
.include <bsd.port.pre.mk>
post-patch:
@$(FIND) ${WRKSRC} -name Makefile.in -exec \
${REINPLACE_CMD} -e 's,\(^exampledir = \).*,\1${EXAMPLESDIR},g' {} \;
.include <bsd.port.post.mk>