1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

cad/*: Add CPE info

This commit is contained in:
Bernard Spil
2026-05-31 13:57:36 +02:00
parent 8bfd601302
commit fa06accf73
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -11,7 +11,7 @@ WWW= https://launchpad.net/admesh
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool
USES= autoreconf cpe libtool
USE_GITHUB= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
@@ -29,6 +29,8 @@ PLIST_FILES= bin/admesh \
libdata/pkgconfig/libadmesh.pc \
share/man/man1/admesh.1.gz
CPE_VENDOR= ${PORTNAME}_project
do-install-DOCS-on:
@${RM} ${STAGEDIR}${DOCSDIR}/COPYING
+3 -1
View File
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= gdk-pixbuf-extra>0:graphics/gdk-pixbuf-extra
USES= desktop-file-utils gettext-runtime gmake gnome gperf pkgconfig \
USES= cpe desktop-file-utils gettext-runtime gmake gnome gperf pkgconfig \
shared-mime-info
USE_GNOME= cairo gdkpixbuf gtk30
@@ -33,6 +33,8 @@ TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} \
--with-tk=${TK_LIBDIR}
TCL_CONFIGURE_OFF= --disable-tcl
CPE_VENDOR= tonybybell
post-patch-EXAMPLES-off:
${REINPLACE_CMD} '/^SUBDIRS/s|examples||' ${WRKSRC}/Makefile.in
+3 -1
View File
@@ -15,7 +15,7 @@ BUILD_DEPENDS= fast_float>0:math/fast_float
LIB_DEPENDS= libzip.so:archivers/libzip
TEST_DEPENDS= googletest>0:devel/googletest
USES= compiler:c++17-lang cmake:testing localbase:ldflags pathfix \
USES= compiler:c++17-lang cmake:testing cpe localbase:ldflags pathfix \
pkgconfig python
USE_LDCONFIG= yes
@@ -47,4 +47,6 @@ CMAKE_OFF= USE_INCLUDED_LIBZIP \
USE_INCLUDED_SSL \
LIB3MF_TESTS
CPE_VENDOR= 3mf
.include <bsd.port.mk>
+3 -1
View File
@@ -14,7 +14,7 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 \
libhidapi.so:comms/hidapi \
libudev.so:devel/libudev-devd
USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig
USES= cmake compiler:c++11-lang cpe localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= trabucayre
@@ -22,4 +22,6 @@ GH_PROJECT= openFPGALoader
DATADIR= ${PREFIX}/share/openFPGALoader
CPE_VENDOR= trabucayre
.include <bsd.port.mk>