diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-25 19:36:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-25 19:36:28 +0800 |
commit | d448ba17a7ec8b6eec40faac238b0eb02a7d9999 (patch) | |
tree | c1aed204e7155031e3be023ae0f85cfe7f32a5bf /x11 | |
parent | 7f98a997d5eb1d1c14a1a07d0c46e9967745fa78 (diff) | |
download | freebsd-ports-gnome-d448ba17a7ec8b6eec40faac238b0eb02a7d9999.tar.gz freebsd-ports-gnome-d448ba17a7ec8b6eec40faac238b0eb02a7d9999.tar.zst freebsd-ports-gnome-d448ba17a7ec8b6eec40faac238b0eb02a7d9999.zip |
- Remove DEPRECATED
- Fix MASTER_SITES
- Utilize PLIST_FILES
PR: 155843
Submitted by: Ports Fury
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 20 | ||||
-rw-r--r-- | x11/xstroke/pkg-plist | 3 |
2 files changed, 11 insertions, 12 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 1b41d12ca4b6..849a0617600e 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -9,24 +9,26 @@ PORTNAME= xstroke PORTVERSION= 0.5.12 PORTREVISION= 8 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \ - http://www.handhelds.org/download/projects/xstroke/release-0.5/ +MASTER_SITES= http://ftp.gwdg.de/pub/linux/handhelds/projects/xstroke/release-0.5/ MAINTAINER= ports@FreeBSD.org COMMENT= Fullscreen gesture recognition -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_BISON= build USE_XORG= xft x11 xext xi xtst USE_IMAKE= yes -CFLAGS+= ${PTHREAD_CFLAGS} -CPPFLAGS= -I${LOCALBASE}/include -I. -LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= LDFLAGS="${LDFLAGS}" + +MAN1= xstroke.1 +PLIST_FILES= bin/xstroke %%ETCDIR%%/alphabet +PLIST_DIRS= %%ETCDIR%% -MAN1= xstroke.1 +CFLAGS+= -I. +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile diff --git a/x11/xstroke/pkg-plist b/x11/xstroke/pkg-plist deleted file mode 100644 index 0c1bac8c5d99..000000000000 --- a/x11/xstroke/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xstroke -etc/xstroke/alphabet -@dirrm etc/xstroke |