- Strip library
- Add LICENSE
This commit is contained in:
parent
1733c163ca
commit
b03842c1ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388190
1 changed files with 5 additions and 2 deletions
|
@ -3,23 +3,26 @@
|
|||
|
||||
PORTNAME= pidgin-birthday-reminder
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://launchpadlibrarian.net/56075754/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Birthday reminder for Pidgin
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
|
||||
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
USE_GNOME= intltool
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue