SHARED_LIBS
This commit is contained in:
parent
ff6d308375
commit
d930c2d380
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2005/02/11 19:44:38 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2005/12/23 20:22:30 mbalmer Exp $
|
||||
|
||||
COMMENT= "format ascii files for printing on PostScript printers"
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME= a2ps-4.13b
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
WRKDIST= ${WRKDIR}/a2ps-4.13
|
||||
CATEGORIES= print
|
||||
SHARED_LIBS= a2ps 2.0
|
||||
|
||||
# License info. There is some questionable Sun and
|
||||
# Adobe Copyrighted things in this source tree. It
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2005/02/11 19:44:38 alek Exp $
|
||||
@lib lib/liba2ps.so.2.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2005/12/23 20:22:30 mbalmer Exp $
|
||||
@lib lib/liba2ps.so.${LIBa2ps_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2004/09/15 18:32:13 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2005/12/23 20:22:30 mbalmer Exp $
|
||||
bin/a2ps
|
||||
bin/card
|
||||
bin/composeglyphs
|
||||
@ -206,30 +206,57 @@ share/a2ps/sheets/wdiff.ssh
|
||||
share/a2ps/sheets/xs.ssh
|
||||
share/a2ps/sheets/yacc.ssh
|
||||
share/a2ps/sheets/zsh.ssh
|
||||
@comment share/emacs/
|
||||
@comment share/emacs/site-lisp/
|
||||
@comment share/emacs/site-lisp/a2ps-print.el
|
||||
@comment share/emacs/site-lisp/a2ps-print.elc
|
||||
@comment share/emacs/site-lisp/a2ps.el
|
||||
@comment share/emacs/site-lisp/a2ps.elc
|
||||
share/locale/
|
||||
share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/a2ps.mo
|
||||
share/locale/cs/
|
||||
share/locale/cs/LC_MESSAGES/
|
||||
share/locale/cs/LC_MESSAGES/a2ps.mo
|
||||
share/locale/da/
|
||||
share/locale/da/LC_MESSAGES/
|
||||
share/locale/da/LC_MESSAGES/a2ps.mo
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/a2ps.mo
|
||||
share/locale/es/
|
||||
share/locale/es/LC_MESSAGES/
|
||||
share/locale/es/LC_MESSAGES/a2ps.mo
|
||||
share/locale/et/
|
||||
share/locale/et/LC_MESSAGES/
|
||||
share/locale/et/LC_MESSAGES/a2ps.mo
|
||||
share/locale/fr/
|
||||
share/locale/fr/LC_MESSAGES/
|
||||
share/locale/fr/LC_MESSAGES/a2ps.mo
|
||||
share/locale/it/
|
||||
share/locale/it/LC_MESSAGES/
|
||||
share/locale/it/LC_MESSAGES/a2ps.mo
|
||||
share/locale/ko/
|
||||
share/locale/ko/LC_MESSAGES/
|
||||
share/locale/ko/LC_MESSAGES/a2ps.mo
|
||||
share/locale/nl/
|
||||
share/locale/nl/LC_MESSAGES/
|
||||
share/locale/nl/LC_MESSAGES/a2ps.mo
|
||||
share/locale/no/
|
||||
share/locale/no/LC_MESSAGES/
|
||||
share/locale/no/LC_MESSAGES/a2ps.mo
|
||||
share/locale/pl/
|
||||
share/locale/pl/LC_MESSAGES/
|
||||
share/locale/pl/LC_MESSAGES/a2ps.mo
|
||||
share/locale/pt/
|
||||
share/locale/pt/LC_MESSAGES/
|
||||
share/locale/pt/LC_MESSAGES/a2ps.mo
|
||||
share/locale/ru/
|
||||
share/locale/ru/LC_MESSAGES/
|
||||
share/locale/ru/LC_MESSAGES/a2ps.mo
|
||||
share/locale/sl/
|
||||
share/locale/sl/LC_MESSAGES/
|
||||
share/locale/sl/LC_MESSAGES/a2ps.mo
|
||||
share/locale/sv/
|
||||
share/locale/sv/LC_MESSAGES/
|
||||
share/locale/sv/LC_MESSAGES/a2ps.mo
|
||||
share/locale/tr/
|
||||
share/locale/tr/LC_MESSAGES/
|
||||
share/locale/tr/LC_MESSAGES/a2ps.mo
|
||||
share/ogonkify/
|
||||
share/ogonkify/README
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2005/12/06 23:23:44 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2005/12/23 20:17:41 mbalmer Exp $
|
||||
|
||||
COMMENT= "Common Unix Printing System"
|
||||
|
||||
@ -6,6 +6,8 @@ VERSION= 1.1.23
|
||||
DISTNAME= cups-${VERSION}-source
|
||||
PKGNAME= ${DISTNAME:S/-source//}p6
|
||||
CATEGORIES= print sysutils
|
||||
SHARED_LIBS= cups 2.2 \
|
||||
cupsimage 2.2
|
||||
|
||||
HOMEPAGE= http://www.cups.org/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/10/14 18:10:15 fgsch Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 20:17:41 mbalmer Exp $
|
||||
@comment lib/libcups.so
|
||||
@lib lib/libcups.so.2.2
|
||||
@lib lib/libcups.so.${LIBcups_VERSION}
|
||||
@comment lib/libcupsimage.so
|
||||
@lib lib/libcupsimage.so.2.2
|
||||
@lib lib/libcupsimage.so.${LIBcupsimage_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user