- Remove DEPRECATED
- Update MASTER_SITES and WWW: line - Add LICENSE - Pet Portlint PR: 155841 Submitted by: Ports Fury
This commit is contained in:
parent
dc2ed24ddc
commit
904047b61f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271692
2 changed files with 9 additions and 10 deletions
|
@ -9,26 +9,25 @@ PORTNAME= swarp
|
|||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.suckless.org/download/ \
|
||||
http://mirror.roe.ch/dist/${PORTNAME}/
|
||||
MASTER_SITES= http://dl.suckless.org/tools/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X11 generic pointer warping utility
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_XORG= x11
|
||||
MAKE_ARGS= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lX11" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include \
|
||||
-DVERSION=\\\"${PORTVERSION}\\\"" \
|
||||
LD=${CC}
|
||||
LD="${CC}"
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_XORG= x11
|
||||
PLIST_FILES= bin/swarp
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/swarp
|
||||
|
||||
post-patch:
|
||||
@${ECHO} -n > ${WRKSRC}/config.mk
|
||||
@${ECHO_CMD} -n > ${WRKSRC}/config.mk
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -3,4 +3,4 @@ It allows you to place the pointer to arbitrary x/y coordinates,
|
|||
for instance from within scripts. It is especially useful in
|
||||
conjunction with scripted window managers such as wmii.
|
||||
|
||||
WWW: http://www.suckless.org/wiki/tools/xlib
|
||||
WWW: http://tools.suckless.org/swarp
|
||||
|
|
Loading…
Reference in a new issue