mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
|
PORTNAME= pidgin-birthday-reminder
|
||||||
PORTVERSION= 1.7
|
PORTVERSION= 1.7
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= http://launchpadlibrarian.net/56075754/
|
MASTER_SITES= http://launchpadlibrarian.net/56075754/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Birthday reminder for Pidgin
|
COMMENT= Birthday reminder for Pidgin
|
||||||
|
|
||||||
|
LICENSE= GPLv2 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
|
LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
|
||||||
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||||
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
||||||
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gettext gmake libtool pkgconfig
|
USES= gettext gmake libtool pkgconfig
|
||||||
USE_GNOME= intltool
|
USE_GNOME= intltool
|
||||||
CONFIGURE_ARGS= --disable-static
|
CONFIGURE_ARGS= --disable-static
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue