diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-21 03:47:14 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-21 03:47:14 +0800 |
commit | 1fce82a828e4341d2bd916b1183053d4e9da1709 (patch) | |
tree | 93b91165251ce2c568fadc05dcf4e815a09ced49 /x11 | |
parent | 79c379837e45ae5591d7911325d7f95dea316f48 (diff) | |
download | freebsd-ports-gnome-1fce82a828e4341d2bd916b1183053d4e9da1709.tar.gz freebsd-ports-gnome-1fce82a828e4341d2bd916b1183053d4e9da1709.tar.zst freebsd-ports-gnome-1fce82a828e4341d2bd916b1183053d4e9da1709.zip |
- add license
- change conflicts to conflicts_install
- hand maintainership to submitter
Submitted by: code@apotheon.net
Approved by: bapt,sahil (mentors, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xsel-conrad/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/xsel-conrad/Makefile b/x11/xsel-conrad/Makefile index 9ff2947b9cbe..42d564e93007 100644 --- a/x11/xsel-conrad/Makefile +++ b/x11/xsel-conrad/Makefile @@ -12,10 +12,16 @@ MASTER_SITES= http://www.vergenet.net/~conrad/software/xsel/download/ \ CENKES PKGNAMESUFFIX= -conrad -MAINTAINER= ports@FreeBSD.org +MAINTAINER= code@apotheon.net COMMENT= Access X selection from command line -CONFLICTS= xsel-[0-9]* +LICENSE= xsel-conrad +LICENSE_GROUPS= COPYFREE +LICENSE_NAME= xsel-conrad license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + +CONFLICTS_INSTALL= xsel-[0-9]* USE_XORG= x11 xext xt xproto ice sm CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 |