diff options
author | mm <mm@FreeBSD.org> | 2011-10-12 01:57:29 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-10-12 01:57:29 +0800 |
commit | 346321f2128fa6eadfc7bcf024c939d229ec69d8 (patch) | |
tree | f1909ac67519336065cdc4b85f5c943b4deea010 /graphics | |
parent | 82d56e00df2c786a75db2f1efeb4e92f3330294a (diff) | |
download | freebsd-ports-gnome-346321f2128fa6eadfc7bcf024c939d229ec69d8.tar.gz freebsd-ports-gnome-346321f2128fa6eadfc7bcf024c939d229ec69d8.tar.zst freebsd-ports-gnome-346321f2128fa6eadfc7bcf024c939d229ec69d8.zip |
Add libwmf-nox11 slave port
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libwmf-nox11/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ecded0b7b0cb..5b67171337ab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -488,6 +488,7 @@ SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf + SUBDIR += libwmf-nox11 SUBDIR += libwpg SUBDIR += libwpg01 SUBDIR += libx3dtk diff --git a/graphics/libwmf-nox11/Makefile b/graphics/libwmf-nox11/Makefile new file mode 100644 index 000000000000..4b3e305aee19 --- /dev/null +++ b/graphics/libwmf-nox11/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: libwmf-nox11 +# Date created: 11 Oct 2011 +# Whom: mm@FreeBSD.org +# +# $FreeBSD$ +# + +WITHOUT_X11= yes +PORTSCOUT= ignore:1 + +MASTERDIR= ${.CURDIR}/../libwmf + +.include "${MASTERDIR}/Makefile" |