mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
- Clarify LICENSE
- Add LICENSE_FILE - Strip library - Switch to options helpers
This commit is contained in:
parent
aff3b81529
commit
ae6acfbfa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409107
1 changed files with 6 additions and 4 deletions
|
@ -3,24 +3,26 @@
|
|||
|
||||
PORTNAME= libieee1284
|
||||
PORTVERSION= 0.2.10
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cyberelk.net/tim/data/libieee1284/stable/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= IEEE 1284 communication library
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USES= libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= README README.FreeBSD
|
||||
|
||||
OPTIONS_DEFINE= PYTHON
|
||||
OPTIONS_DEFINE= DOCS PYTHON
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PYTHON_USES= python
|
||||
|
@ -29,7 +31,7 @@ PYTHON_LDFLAGS= -L${PYTHON_LIBDIR}
|
|||
PYTHON_CONFIGURE_ON= --with-python=yes
|
||||
PYTHON_CONFIGURE_OFF= --with-python=no
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue