- Switch dependency away from cups-base
PR: ports/134661 Submitted by: dinoex Reviewed by: maintainer timeout (ahze; 15 days)
This commit is contained in:
parent
9264d8823c
commit
7c15c78ffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235025
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cupsddk
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print devel
|
||||
MASTER_SITES= EASYSW
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${DISTVERSION}
|
||||
@ -17,7 +17,7 @@ MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= CUPS Driver Development Kit
|
||||
|
||||
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \
|
||||
cups.2:${PORTSDIR}/print/cups-base
|
||||
cupsimage.2:${PORTSDIR}/print/cups-image
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -55,3 +55,8 @@ share/doc/cups/help/ref-ppdcfile.html
|
||||
@dirrm %%DATADIR%%/include
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/cups/drv
|
||||
@dirrmtry share/cups
|
||||
@dirrmtry share/doc/cups/help
|
||||
@dirrmtry share/doc/cups
|
||||
@dirrmtry libexec/cups/driver
|
||||
@dirrmtry libexec/cups
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= cups
|
||||
PORTVERSION= 1.9.45
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= http://cyberelk.net/tim/data/pycups/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,7 +16,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= CUPS bindings for Python
|
||||
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
||||
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_ICONV= yes
|
||||
@ -24,7 +25,7 @@ USE_PYDISTUTILS= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -liconv
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py2.5.egg-info
|
||||
PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py${PYTHON_VER}.egg-info
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user