diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-15 16:56:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-15 16:56:30 +0800 |
commit | 5a46b03374033aaab3e8b660d98b8ad70f511fac (patch) | |
tree | af920edbb4a54461c6e21273f38d2f42af63082c /x11/xvattr/Makefile | |
parent | 1bb7bff3eae88fde36cebf6c671cd60a18ff5072 (diff) | |
download | freebsd-ports-gnome-5a46b03374033aaab3e8b660d98b8ad70f511fac.tar.gz freebsd-ports-gnome-5a46b03374033aaab3e8b660d98b8ad70f511fac.tar.zst freebsd-ports-gnome-5a46b03374033aaab3e8b660d98b8ad70f511fac.zip |
add xvattr 1.1
Getting and setting Xv attributes
Diffstat (limited to 'x11/xvattr/Makefile')
-rw-r--r-- | x11/xvattr/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile new file mode 100644 index 000000000000..af9c35897f64 --- /dev/null +++ b/x11/xvattr/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: xvattr +# Date created: Jan 15, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xvattr +PORTVERSION= 1.1 +CATEGORIES= x11 +MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +ALL_TARGET= ${PORTNAME} + +post-patch: + @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> |