mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Add LICENSE
- Don't use PTHREAD_LIBS - Drop @dirrm* from plist
This commit is contained in:
parent
c8af6b4992
commit
f3480a0211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374197
@ -10,6 +10,9 @@ MASTER_SITES= SF/rhino/GRhino/${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GRhino Othello/Reversi Program
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gettext pkgconfig perl5
|
||||
USE_GNOME= gnomeprefix libgnomeui
|
||||
USE_PERL5= build
|
||||
@ -20,7 +23,7 @@ INSTALLS_OMF= yes
|
||||
PLIST_SUB+= VERSION=${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -38,12 +38,3 @@ share/gnome/help/grhino/C/figures/toolbar-edit.png
|
||||
share/omf/grhino/grhino-C.omf
|
||||
share/pixmaps/grhino.png
|
||||
share/locale/en_GB/LC_MESSAGES/grhino.mo
|
||||
@dirrm share/omf/grhino
|
||||
@dirrm share/gnome/help/grhino/C/figures
|
||||
@dirrm share/gnome/help/grhino/C
|
||||
@dirrm share/gnome/help/grhino
|
||||
@dirrm share/grhino-%%VERSION%%/theme/small
|
||||
@dirrm share/grhino-%%VERSION%%/theme
|
||||
@dirrm share/grhino-%%VERSION%%/book
|
||||
@dirrm share/grhino-%%VERSION%%/pattern
|
||||
@dirrm share/grhino-%%VERSION%%
|
||||
|
Loading…
Reference in New Issue
Block a user