mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Fix build with disabled NLS - Add empty directory to plist
This commit is contained in:
parent
9d6933d467
commit
3301b141f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380474
@ -10,7 +10,8 @@ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= BBS client using GTK+ 2.x
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GNOME= gtk20 intlhack
|
||||
USES= tar:xz iconv gmake pkgconfig
|
||||
@ -36,6 +37,7 @@ PLIST_SUB+= NLS=""
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
.else
|
||||
USES+= gettext
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
@ -12,3 +12,4 @@ share/applications/pcmanx.desktop
|
||||
%%DATADIR%%/nancy_bot/example_usages.data
|
||||
%%DATADIR%%/sitelist
|
||||
share/pixmaps/pcmanx.svg
|
||||
@dir %%DATADIR%%/script
|
||||
|
Loading…
Reference in New Issue
Block a user