diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2019-05-16 00:56:47 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2019-05-16 00:56:47 +0000 |
commit | 39f72b1471cce7276cdb30e5c21aba14c8af81fb (patch) | |
tree | 427ab9b1afb3ef7deb386f19c4aadba5a777dac5 /comms | |
parent | 5d46f27aeb752a1bb657098d4aa8baea1be80e5b (diff) | |
download | freebsd-ports-39f72b1471cce7276cdb30e5c21aba14c8af81fb.zip |
Reset maintainer to hamradio@FreeBSD.org
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xdx/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile index ec3e9f96ba91..8c5e6f78d9f4 100644 --- a/comms/xdx/Makefile +++ b/comms/xdx/Makefile @@ -8,14 +8,15 @@ CATEGORIES= comms hamradio MASTER_SITES= http://www.chronos.org.uk/download/ \ LOCAL/db -MAINTAINER= xride@FreeBSD.org +MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio DX cluster monitor -USE_GNOME= gtk20 -GNU_CONFIGURE= yes +LICENSE= GPLv2 + USES= gmake pkgconfig +USE_GNOME= gtk20 -LICENSE= GPLv2 +GNU_CONFIGURE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ |