Lines 1-7
Link Here
|
1 |
PORTNAME= cups |
1 |
PORTNAME= cups |
2 |
PORTVERSION= 2.4.6 |
2 |
PORTVERSION= 2.4.6 |
3 |
DISTVERSIONPREFIX=v |
|
|
4 |
CATEGORIES= print |
3 |
CATEGORIES= print |
|
|
4 |
MASTER_SITES= https://github.com/OpenPrinting/${PORTNAME}/releases/download/v${DISTVERSION}/ |
5 |
DISTNAME= ${PORTNAME}-${DISTVERSION}-source |
5 |
|
6 |
|
6 |
MAINTAINER= tijl@FreeBSD.org |
7 |
MAINTAINER= tijl@FreeBSD.org |
7 |
COMMENT= Common UNIX Printing System |
8 |
COMMENT= Common UNIX Printing System |
Lines 13-23
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
13 |
USES= compiler:c++11-lang cpe gmake iconv localbase pkgconfig |
14 |
USES= compiler:c++11-lang cpe gmake iconv localbase pkgconfig |
14 |
CPE_VENDOR= linuxfoundation |
15 |
CPE_VENDOR= linuxfoundation |
15 |
|
16 |
|
16 |
USE_GITHUB= yes |
|
|
17 |
GH_ACCOUNT= OpenPrinting |
18 |
|
19 |
CONFLICTS= LPRng |
17 |
CONFLICTS= LPRng |
20 |
|
18 |
|
|
|
19 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} |
20 |
|
21 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ARGS= --enable-relro \ |
22 |
CONFIGURE_ARGS= --enable-relro \ |
23 |
--with-cups-user=${USERS} \ |
23 |
--with-cups-user=${USERS} \ |