mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Simplify MASTER_SITES
- Add LICENSE - Strip libraries
This commit is contained in:
parent
578a4b9c59
commit
b78f9f5609
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385874
1 changed files with 8 additions and 2 deletions
|
@ -3,16 +3,22 @@
|
||||||
|
|
||||||
PORTNAME= xdelta
|
PORTNAME= xdelta
|
||||||
PORTVERSION= 1.1.4
|
PORTVERSION= 1.1.4
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= misc devel
|
CATEGORIES= misc devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Diff/patch utility for binary files
|
COMMENT= Diff/patch utility for binary files
|
||||||
|
|
||||||
|
LICENSE= GPLv2 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= libtool pkgconfig
|
USES= libtool pkgconfig
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue