1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Update from 2.13 to 2.14

- Convert USE_GMAKE to USES
- Add stage support
This commit is contained in:
Danilo Egea Gondolfo 2013-10-26 04:18:19 +00:00
parent 2dd9f61d00
commit c52bda08ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331649
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= k8048
PORTVERSION= 2.13
PORTVERSION= 2.14
CATEGORIES= devel
MASTER_SITES= http://dev.kewl.org/k8048/
@ -13,14 +13,13 @@ LICENSE= BSD
WRKSRC= ${WRKDIR}/${PORTNAME}/Src
USE_GMAKE= yes
USES= gmake
ALL_TARGET= build
PLIST_FILES= bin/${PORTNAME} bin/kio ${BIN_SYMLINKS}
BIN_SYMLINKS= bin/k12 bin/k14 bin/k16 bin/ktest
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|^CC=|CC?=| ; \
@ -28,9 +27,9 @@ post-patch:
s|-ggdb||' ${WRKSRC}/Makefile
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} kio ${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} kio ${STAGEDIR}${PREFIX}/bin)
.for i in ${BIN_SYMLINKS}
${LN} -sf ${PORTNAME} ${PREFIX}/${i}
${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/${i}
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (k8048-2.13.tar.gz) = 80eff434e9c85df2b252b9eba22f981926e526514b7710849cd47ddb2ce11572
SIZE (k8048-2.13.tar.gz) = 5319456
SHA256 (k8048-2.14.tar.gz) = c0f1ad5842d5fe54e3f5eaaa44275ef13bfab392381acec8d5cc5d4da9c59a2f
SIZE (k8048-2.14.tar.gz) = 6132384