mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Version of .so library required for detection in dependent ports.
PR: ports/136952 Submitted by: Stas Timokhin <stast@bsdportal.ru>
This commit is contained in:
parent
6a348c3102
commit
dbee58c44a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238197
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gl2ps
|
||||
PORTVERSION= 1.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print graphics
|
||||
MASTER_SITES= http://www.geuz.org/gl2ps/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -23,6 +24,7 @@ pre-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/libgl2ps.so ${PREFIX}/lib
|
||||
${LN} -s ${PREFIX}/lib/libgl2ps.so ${PREFIX}/lib/libgl2ps.so.1
|
||||
${INSTALL_DATA} ${WRKSRC}/libgl2ps.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/gl2ps.h ${PREFIX}/include
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
include/gl2ps.h
|
||||
lib/libgl2ps.a
|
||||
lib/libgl2ps.so
|
||||
lib/libgl2ps.so.1
|
||||
%%EXAMPLESDIR%%/gl2psTest.c
|
||||
%%EXAMPLESDIR%%/gl2psTestSimple.c
|
||||
%%EXAMPLESDIR%%/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user