1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.4.1 and fix build

Noticed by:	kris via bento
This commit is contained in:
Kirill Ponomarev 2003-09-19 22:53:52 +00:00
parent 6884bd2585
commit fa1f91c493
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89071
6 changed files with 24 additions and 6 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= pixilate
PORTVERSION= 0.4
PORTREVISION= 1
PORTVERSION= 0.4.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= winfingerprint
@ -27,4 +26,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOC
MAN1= pixilate.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d
MD5 (pixilate-0.4.1.tar.gz) = 407b70eae1b54944c94a8b5937de5d03

View File

@ -1 +1,3 @@
bin/pixilate
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= pixilate
PORTVERSION= 0.4
PORTREVISION= 1
PORTVERSION= 0.4.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= winfingerprint
@ -27,4 +26,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOC
MAN1= pixilate.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d
MD5 (pixilate-0.4.1.tar.gz) = 407b70eae1b54944c94a8b5937de5d03

View File

@ -1 +1,3 @@
bin/pixilate
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%