diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-16 07:28:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-16 07:28:34 +0000 |
commit | cfdce2f20d78335edc742caa3557d07467a7579d (patch) | |
tree | d85bd938cde97a98abaa7a6724bd253c47f57c05 /print/ghostscript-gpl/Makefile | |
parent | 9a79f8c7f76c9c50bba15f53ba7c09ec3dfc8763 (diff) |
Notes
Diffstat (limited to 'print/ghostscript-gpl/Makefile')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 56f8d09a3c64..4d11529e67fe 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -22,11 +22,11 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,bjc250/} \ http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \ http://www.linuxprinting.org/download/printing/:lxm3200 \ http://homepage.powerup.com.au/~pbwest/lexmark/:lx5000 \ - ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs${GS_VERSION:S/.//}/:gs_srcs + ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${GS_VERSION:S/.//}/:gs_srcs MASTER_SITE_SUBDIR= ghostscript/:gs_srcs,ports_jp_gs \ bjc250gs/:bjc250 \ ./:ports_jp -PKGNAMESUFFIX= -afpl +PKGNAMESUFFIX= -gpl DISTFILES= ${GS_SRCS}:gs_srcs \ ${HP8XX_SRCS}:hp8xx \ ${DJ970_SRCS}:dj970 \ @@ -47,15 +47,13 @@ DIST_SUBDIR= ghostscript EXTRACT_ONLY= ${GS_SRCS} MAINTAINER= ports@FreeBSD.org -COMMENT= AFPL Postscript interpreter +COMMENT= GPL Postscript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts -NO_CDROM= "Can only be distributed for free" - -CONFLICTS= ghostscript-gnu* +CONFLICTS= ghostscript-afpl* ghostscript-gnu* USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes |