mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix license
- Switch to USES=libtool, drop .la files - Strip libraries
This commit is contained in:
parent
c0008f29a4
commit
2de2aabc85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363466
@ -2,20 +2,22 @@
|
||||
|
||||
PORTNAME= libpuzzle
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library to find similar pictures
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README THANKS
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/puzzle-diff
|
||||
include/puzzle.h
|
||||
lib/libpuzzle.a
|
||||
lib/libpuzzle.la
|
||||
lib/libpuzzle.so
|
||||
lib/libpuzzle.so.1
|
||||
lib/libpuzzle.so.1.0.0
|
||||
man/man3/libpuzzle.3.gz
|
||||
man/man3/puzzle_set.3.gz
|
||||
man/man8/puzzle-diff.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user