mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
cad/openctm: Fix man path
Fixed man path and while in here fixed bogus patch resulting in REINPLACE not doing anything, ran Makefile through portfmt.
This commit is contained in:
parent
0b90917a52
commit
196e4af828
3 changed files with 14 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= openctm
|
PORTNAME= openctm
|
||||||
DISTVERSION= 1.0.3
|
DISTVERSION= 1.0.3
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= https://sourceforge.net/projects/openctm/files/
|
MASTER_SITES= https://sourceforge.net/projects/openctm/files/
|
||||||
DISTNAME= OpenCTM-${DISTVERSION}-src
|
DISTNAME= OpenCTM-${DISTVERSION}-src
|
||||||
|
@ -12,17 +12,18 @@ WWW= https://sourceforge.net/projects/openctm/
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libpnglite.so:graphics/pnglite \
|
|
||||||
libfreetype.so:print/freetype2 \
|
libfreetype.so:print/freetype2 \
|
||||||
libfontconfig.so:x11-fonts/fontconfig
|
libharfbuzz.so:print/harfbuzz \
|
||||||
|
libpnglite.so:graphics/pnglite \
|
||||||
|
libtinyxml.so:textproc/tinyxml
|
||||||
BUILD_DEPENDS= pnglite>0:graphics/pnglite \
|
BUILD_DEPENDS= pnglite>0:graphics/pnglite \
|
||||||
tinyxml>0:textproc/tinyxml
|
tinyxml>0:textproc/tinyxml
|
||||||
|
|
||||||
USES= compiler:c++11-lang dos2unix gettext-runtime gl gmake \
|
USES= compiler:c++11-lang dos2unix gettext-runtime gl gmake gnome \
|
||||||
gnome jpeg pkgconfig tar:bz2
|
jpeg pkgconfig tar:bz2
|
||||||
USE_GL= gl glu glew glut
|
USE_GL= gl glew glu glut
|
||||||
USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
|
||||||
MAKEFILE= Makefile.linux
|
MAKEFILE= Makefile.linux
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.linux.orig 2020-03-15 00:26:34 UTC
|
--- Makefile.linux.orig 2024-03-02 10:17:18.143681000 -0500
|
||||||
+++ Makefile.linux
|
+++ Makefile.linux 2024-03-02 10:23:51.199192000 -0500
|
||||||
@@ -29,37 +29,41 @@
|
@@ -29,37 +29,41 @@
|
||||||
.phony: default all openctm toolset documentation install clean
|
.phony: default all openctm toolset documentation install clean
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
+LIBDIR = $(PREFIX)/lib/
|
+LIBDIR = $(PREFIX)/lib/
|
||||||
+INCDIR = $(PREFIX)/include/
|
+INCDIR = $(PREFIX)/include/
|
||||||
+BINDIR = $(PREFIX)/bin/
|
+BINDIR = $(PREFIX)/bin/
|
||||||
+MAN1DIR = $(PREFIX)/man/man1/
|
+MAN1DIR = $(PREFIX)/share/man/man1/
|
||||||
CP = cp
|
CP = cp
|
||||||
MKDIR = mkdir -p
|
MKDIR = mkdir -p
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ bin/ctmviewer
|
||||||
include/openctm.h
|
include/openctm.h
|
||||||
include/openctmpp.h
|
include/openctmpp.h
|
||||||
lib/libopenctm.so
|
lib/libopenctm.so
|
||||||
man/man1/ctmconv.1.gz
|
share/man/man1/ctmconv.1.gz
|
||||||
man/man1/ctmviewer.1.gz
|
share/man/man1/ctmviewer.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue