mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Clarify LICENSE Approved by: portmgr blanket
This commit is contained in:
parent
5f7eb4f449
commit
24610c3ffc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364720
@ -2,13 +2,14 @@
|
||||
|
||||
PORTNAME= growl-for-linux
|
||||
PORTVERSION= 0.6.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Notification system compatible with Growl
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= desktop-file-install:${PORTSDIR}/devel/desktop-file-utils
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
@ -40,7 +41,7 @@ USE_GNOME= gtk20
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_SQLITE= 3
|
||||
USES= pkgconfig
|
||||
USES= libtool pkgconfig
|
||||
|
||||
WITH_OPENSSL_PORT= yes
|
||||
|
||||
|
@ -1,28 +1,28 @@
|
||||
bin/gol
|
||||
lib/growl-for-linux/display/libballoon.a
|
||||
lib/growl-for-linux/display/libballoon.la
|
||||
lib/growl-for-linux/display/libballoon.so
|
||||
lib/growl-for-linux/display/libballoon.so.0
|
||||
lib/growl-for-linux/display/libballoon.so.0.0.0
|
||||
lib/growl-for-linux/display/libfog.a
|
||||
lib/growl-for-linux/display/libfog.la
|
||||
lib/growl-for-linux/display/libfog.so
|
||||
lib/growl-for-linux/display/libfog.so.0
|
||||
lib/growl-for-linux/display/libfog.so.0.0.0
|
||||
lib/growl-for-linux/display/libnico2.a
|
||||
lib/growl-for-linux/display/libnico2.la
|
||||
lib/growl-for-linux/display/libnico2.so
|
||||
lib/growl-for-linux/display/libnico2.so.0
|
||||
lib/growl-for-linux/display/libnico2.so.0.0.0
|
||||
lib/growl-for-linux/display/libnotify_gol.a
|
||||
lib/growl-for-linux/display/libnotify_gol.la
|
||||
lib/growl-for-linux/display/libnotify_gol.so
|
||||
lib/growl-for-linux/display/libnotify_gol.so.0
|
||||
lib/growl-for-linux/display/libnotify_gol.so.0.0.0
|
||||
lib/growl-for-linux/subscribe/librhythmbox.a
|
||||
lib/growl-for-linux/subscribe/librhythmbox.la
|
||||
lib/growl-for-linux/subscribe/librhythmbox.so
|
||||
lib/growl-for-linux/subscribe/librhythmbox.so.0
|
||||
lib/growl-for-linux/subscribe/librhythmbox.so.0.0.0
|
||||
lib/growl-for-linux/subscribe/libtweets.a
|
||||
lib/growl-for-linux/subscribe/libtweets.la
|
||||
lib/growl-for-linux/subscribe/libtweets.so
|
||||
lib/growl-for-linux/subscribe/libtweets.so.0
|
||||
lib/growl-for-linux/subscribe/libtweets.so.0.0.0
|
||||
%%DESKTOPDIR%%/gol.desktop
|
||||
%%DATADIR%%/data/growl4linux.jpg
|
||||
%%DATADIR%%/data/icon.png
|
||||
|
Loading…
Reference in New Issue
Block a user