1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/cad/oregano/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

34 lines
872 B
Makefile

# Created by: Anders Andersson <anders@hack.org>
PORTNAME= oregano
DISTVERSIONPREFIX= v
DISTVERSION= 0.84.43
PORTREVISION= 3
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
COMMENT= Schematic capture and circuit simulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= nroff:textproc/groff
LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2
USES= compiler:c11 desktop-file-utils gettext gnome pkgconfig \
shared-mime-info waf
USE_GITHUB= yes
GH_ACCOUNT= drahnr
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool libxml2 pango
GLIB_SCHEMAS= io.ahoi.oregano.gschema.xml
post-patch:
@${REINPLACE_CMD} 's|$${MANDIR}|${MANPREFIX}/man|' ${WRKSRC}/data/wscript
post-stage:
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/oregano bin/microtests
${RM} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/gschemas.compiled
.include <bsd.port.mk>