mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Trim headers
remove shlib numbers optionsng
This commit is contained in:
parent
a6dc170a0b
commit
faec16a37a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309725
@ -1,9 +1,4 @@
|
||||
# New ports collection makefile for: libpuzzle
|
||||
# Date created: 2007-12-05
|
||||
# Whom: Bapt <baptiste.daroussin@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libpuzzle
|
||||
PORTVERSION= 0.11
|
||||
@ -16,7 +11,7 @@ COMMENT= A library to find similar pictures
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
@ -29,8 +24,10 @@ PORTDOCS= AUTHORS COPYING NEWS README THANKS
|
||||
MAN3= libpuzzle.3 puzzle_set.3
|
||||
MAN8= puzzle-diff.8
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
|
||||
|
@ -4,4 +4,4 @@ or slightly modified.
|
||||
The library is free, lightweight yet very fast, configurable, easy to use
|
||||
and it has been designed with security in mind.
|
||||
|
||||
WWW: http://libpuzzle.pureftpd.org/project/libpuzzle
|
||||
WWW: http://libpuzzle.pureftpd.org/project/libpuzzle
|
||||
|
Loading…
Reference in New Issue
Block a user