mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Cite the explanation from r492056 to prevent careless updates
- Fix some formatting bugs and shorten one overly long line
This commit is contained in:
parent
0ca45946d1
commit
6289435153
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565486
@ -2,6 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cenon
|
||||
# Per r492056, 4.0.2 is the last version which actually works with GNUstep,
|
||||
# the later ones use XCode >= 5 .xib files which GNUstep cannot parse.
|
||||
PORTVERSION= 4.0.2
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
@ -15,9 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Vector graphics tool for GNUstep
|
||||
|
||||
USES= tar:bzip2 gnustep
|
||||
USES= gnustep tar:bzip2
|
||||
USE_GNUSTEP= gui base build
|
||||
LLD_UNSAFE=yes
|
||||
LLD_UNSAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Cenon
|
||||
MAINVERSION= 4.0.2
|
||||
@ -36,7 +38,7 @@ OBJCFLAGS+=-DNSAppKitVersionNumber10_8=1200
|
||||
DISTFILES+= CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
|
||||
@${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#&|' \
|
||||
${WRKSRC}/GNUmakefile
|
||||
|
||||
pre-install:
|
||||
|
Loading…
Reference in New Issue
Block a user