diff options
author | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
commit | 2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch) | |
tree | 01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /comms/smstools3 | |
parent | afe12c0066660248e95ae225e1b1cd3d085943aa (diff) | |
download | freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip |
- Add LICENSE knob(s)
Diffstat (limited to 'comms/smstools3')
-rw-r--r-- | comms/smstools3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile index 978224854625..5aa9cf117f8a 100644 --- a/comms/smstools3/Makefile +++ b/comms/smstools3/Makefile @@ -18,6 +18,10 @@ CONFLICTS= gnokii-[0-9]* smstools-2.* sendsms-[0-9]* OPTIONS= STATS "Build status and statistics support" on WRKSRC= ${WRKDIR}/smstools3 + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_RC_SUBR= smsd |