Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= ghostscript |
3 |
PORTNAME= ghostscript |
4 |
PORTVERSION= 9.27 |
4 |
PORTVERSION= 9.50 |
5 |
CATEGORIES= print |
5 |
CATEGORIES= print |
6 |
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ |
6 |
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ |
7 |
PKGNAMESUFFIX= 9-agpl-x11 |
7 |
PKGNAMESUFFIX= 9-agpl-x11 |
Lines 14-31
LICENSE= AGPLv3
Link Here
|
14 |
BUILD_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base |
14 |
BUILD_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base |
15 |
RUN_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base |
15 |
RUN_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base |
16 |
|
16 |
|
|
|
17 |
USES= cpe gmake iconv localbase pkgconfig tar:xz xorg |
18 |
USE_CSTD= gnu99 |
19 |
USE_LDCONFIG= yes |
20 |
USE_XORG= ice sm x11 xext xt |
21 |
|
17 |
CONFLICTS_INSTALL= \ |
22 |
CONFLICTS_INSTALL= \ |
18 |
ghostscript[789]-[0-9]* \ |
23 |
ghostscript[789]-[0-9]* \ |
19 |
ghostscript[789]-nox11-[0-9]* \ |
24 |
ghostscript[789]-nox11-[0-9]* \ |
20 |
ghostscript9-agpl-[0-9]* \ |
25 |
ghostscript9-agpl-[0-9]* \ |
21 |
ghostscript9-agpl-nox11-[0-9]* |
26 |
ghostscript9-agpl-nox11-[0-9]* |
22 |
|
|
|
23 |
DISTINFO_FILE= ${.CURDIR:H}/ghostscript9-agpl-base/distinfo |
27 |
DISTINFO_FILE= ${.CURDIR:H}/ghostscript9-agpl-base/distinfo |
24 |
PATCHDIR= ${.CURDIR:H}/ghostscript9-agpl-base/files |
28 |
PATCHDIR= ${.CURDIR:H}/ghostscript9-agpl-base/files |
25 |
USES= cpe gmake iconv localbase pkgconfig tar:xz xorg |
|
|
26 |
USE_CSTD= gnu99 |
27 |
USE_LDCONFIG= yes |
28 |
USE_XORG= ice sm x11 xext xt |
29 |
CPE_VENDOR= artifex |
29 |
CPE_VENDOR= artifex |
30 |
GNU_CONFIGURE= yes |
30 |
GNU_CONFIGURE= yes |
31 |
CONFIGURE_ARGS= --disable-compile-inits \ |
31 |
CONFIGURE_ARGS= --disable-compile-inits \ |