mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- Support USE_GITHUB
PR: 187744 Submitted by: Ports Fury
This commit is contained in:
parent
20aa933d48
commit
cd99fa61a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354311
1 changed files with 10 additions and 4 deletions
|
@ -4,14 +4,20 @@
|
||||||
PORTNAME= syck
|
PORTNAME= syck
|
||||||
PORTVERSION= 0.70
|
PORTVERSION= 0.70
|
||||||
CATEGORIES= textproc devel
|
CATEGORIES= textproc devel
|
||||||
MASTER_SITES= http://cloud.github.com/downloads/indeyets/syck/
|
MASTER_SITES= GHC
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A library for reading and writing YAML 1.0
|
COMMENT= Library for reading and writing YAML 1.0
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= indeyets
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USES= bison
|
USES= bison
|
||||||
CFLAGS+= -fPIC
|
GNU_CONFIGURE= yes
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
CFLAGS+= -fPIC
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue