diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2017-07-21 13:37:04 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2017-07-21 13:37:04 +0000 |
commit | f6f5024211bef1f03aafd06e03bbec93d1f7db70 (patch) | |
tree | a35759f1f923a5b97aec126677acf143cadfb32f /x11-themes/adapta-backgrounds/Makefile | |
parent | 0c41218c2074ebd53583e3dd0a2e1531769fe2f1 (diff) | |
download | ports-f6f5024211bef1f03aafd06e03bbec93d1f7db70.tar.gz ports-f6f5024211bef1f03aafd06e03bbec93d1f7db70.zip |
Notes
Diffstat (limited to 'x11-themes/adapta-backgrounds/Makefile')
-rw-r--r-- | x11-themes/adapta-backgrounds/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/adapta-backgrounds/Makefile b/x11-themes/adapta-backgrounds/Makefile new file mode 100644 index 000000000000..3cf2e4ec0b4f --- /dev/null +++ b/x11-themes/adapta-backgrounds/Makefile @@ -0,0 +1,29 @@ +# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= adapta-backgrounds +PORTVERSION= 0.4.0.6 +CATEGORIES= x11-themes + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Wallpaper collection for adapta-project + +LICENSE= GPLv2 CC-BY-SA-3.0 +LICENSE_COMB= multi +LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/LICENSE_CC_BY_SA3 +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING + +DOCS_MAKE_ENV= ADAPTA_BG_DOCS=yes + +GH_ACCOUNT= adapta-project +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= DOCS + +NO_ARCH= yes + +USES= autoreconf gmake pkgconfig +USE_GITHUB= yes +USE_GNOME= glib20 libxml2 + +.include <bsd.port.mk> |