diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-27 10:12:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-27 10:12:33 +0000 |
commit | 8c9d91aeff87f33085a583bf6d6ca6ac40efe290 (patch) | |
tree | 2c989512dcbe06913e490845fcd8b36584a4b975 | |
parent | 83356220ed3e2eec3fc305c0871d213ef6edf8c4 (diff) |
- Update MASTER_SITES and WWW: line
- Add LICENSE
PR: 155853
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=271849
-rw-r--r-- | x11-wm/amaterus/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/amaterus/pkg-descr | 2 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-wm/amaterus/Makefile b/x11-wm/amaterus/Makefile index 3851e7a83187..ed76300f77c8 100644 --- a/x11-wm/amaterus/Makefile +++ b/x11-wm/amaterus/Makefile @@ -9,19 +9,19 @@ PORTNAME= amaterus PORTVERSION= 0.34.1 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= http://www.taiyaki.org/amaterus/src/ +MASTER_SITES= http://taiyaki.org/amaterus/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A GTK+ window manager -DEPRECATED= Distfile is no more available -EXPIRATION_DATE= 2011-05-01 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml - -USE_GNOME= gtk12 +USE_GNOME= gtk12 libxml GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/x11-wm/amaterus/pkg-descr b/x11-wm/amaterus/pkg-descr index 6b2b83ec1ef0..cce26e2bc94f 100644 --- a/x11-wm/amaterus/pkg-descr +++ b/x11-wm/amaterus/pkg-descr @@ -1 +1,3 @@ a GTK+ window manager + +WWW: http://taiyaki.org/amaterus/index.en.html |