mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add desktop entrie via DESKTOP_ENTRIES
- Use USE_GETTEXT PR: 94688 Submitted by: Pawel Pekala
This commit is contained in:
parent
aaaa978e14
commit
c7ad79395c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158129
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gmencoder
|
PORTNAME= gmencoder
|
||||||
PORTVERSION= 0.1.0
|
PORTVERSION= 0.1.0
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -24,10 +24,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
LIBS="-L${LOCALBASE}/lib"
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
||||||
USE_REINPLACE= yes
|
USE_GETTEXT= yes
|
||||||
|
|
||||||
MAN1= gmencoder.1
|
MAN1= gmencoder.1
|
||||||
|
|
||||||
|
DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \
|
||||||
|
"" "gmencoder" "GNOME;Application;AudioVideo;" false
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(WITH_DVD_DEVICE)
|
.if defined(WITH_DVD_DEVICE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue