SHARED_LIBS
This commit is contained in:
parent
4e0f9a93ad
commit
db7caed932
@ -1,10 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/09/27 21:07:55 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/12/25 17:40:49 sturm Exp $
|
||||
|
||||
COMMENT= "Plan 9 compatibility libraries"
|
||||
|
||||
DISTNAME= 9libs-1.0
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= plan9 devel
|
||||
SHARED_LIBS= Xg 0.0 \
|
||||
frame 0.0 \
|
||||
plan9c 0.0
|
||||
MODGNU_SHARED_LIBS= Xg '' \
|
||||
frame '' \
|
||||
plan9c ''
|
||||
|
||||
HOMEPAGE= http://www.netlib.org/research/9libs/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2004/09/15 18:23:11 espie Exp $
|
||||
@lib lib/libXg.so.0.0
|
||||
@lib lib/libframe.so.0.0
|
||||
@lib lib/libplan9c.so.0.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/25 17:40:49 sturm Exp $
|
||||
@lib lib/libXg.so.${LIBXg_VERSION}
|
||||
@lib lib/libframe.so.${LIBframe_VERSION}
|
||||
@lib lib/libplan9c.so.${LIBplan9c_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user