aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gmfsk
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-04 07:50:35 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-04 07:50:35 +0800
commitda8c11954ad5a4793dea0d257b24d73956852151 (patch)
tree4cdb3f8af6d4242fa945d263b155971285c826a5 /comms/gmfsk
parent69d7c03c20cc1f6619d78801306a4ee672702bfb (diff)
downloadfreebsd-ports-gnome-da8c11954ad5a4793dea0d257b24d73956852151.tar.gz
freebsd-ports-gnome-da8c11954ad5a4793dea0d257b24d73956852151.tar.zst
freebsd-ports-gnome-da8c11954ad5a4793dea0d257b24d73956852151.zip
- Remove always true OSVERSION condition
- Don't cat pkg-message from Makefile - Simplify MASTER_SITES - Add LICENSE_FILE Approved by: portmgr blanket
Diffstat (limited to 'comms/gmfsk')
-rw-r--r--comms/gmfsk/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile
index 9e573b8b90d9..641b03a0cc4d 100644
--- a/comms/gmfsk/Makefile
+++ b/comms/gmfsk/Makefile
@@ -7,13 +7,13 @@ PORTREVISION= 13
CATEGORIES= comms audio hamradio
MASTER_SITES= http://gmfsk.connect.fi/ \
http://he.fi/pub/ham/unix/linux/hfmodems/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= db
+ LOCAL/db
MAINTAINER= carl@stagecraft.cx
COMMENT= The Gnome MFSK terminal program
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw
@@ -27,6 +27,8 @@ INSTALLS_OMF= yes
GCONF_SCHEMAS= gmfsk.schemas
+CPPFLAGS+= -DFBSD_HAS_LOG2
+
OPTIONS_DEFINE= HAMLIB
HAMLIB_DESC= Enable HAMLIB Support
OPTIONS_DEFAULT= HAMLIB
@@ -41,15 +43,8 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
CONFIGURE_ARGS+= --disable-hamlib
.endif
-.if ( ${OSVERSION} >= 802502 && ${OSVERSION} < 900000 ) || ${OSVERSION} >= 900027
-CPPFLAGS+= -DFBSD_HAS_LOG2
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]localstatedir[)]/lib/scrollkeeper|${SCROLLKEEPER_DIR}|g' \
${WRKSRC}/omf.make ${WRKSRC}/help/gmfsk/C/Makefile.in
-post-install:
- @${CAT} pkg-message
-
.include <bsd.port.post.mk>
1 21:50:27 +0800'>2008-02-112-0/+14 * - Upgrade both ports to 2.4.3sem2008-02-113-37/+4 * - When -o specifised, gather depends for specified origin.sem2008-02-102-0/+33 * - Update to 2.4.2.sem2008-02-073-24/+4 * - A patch from HEAD: when gcc installed, some libraries may be conflictedsem2008-01-082-0/+20 * Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplrafan2007-09-241-1/+1 * - Remove scared sentence from pkg-messagesem2007-07-031-4/+0 * - Update to 2.3.1. Many people test it and it looks good.sem2007-07-034-37/+10 * - Remove the last patch. This fix makes other troubles.sem2007-03-232-18/+1 * - Fix a long standing bug when shelljoin() function wrong placed ""sem2007-03-032-1/+18 * - Ignore bsdpan- pseudo ports.sem2007-03-023-2/+18 * - Update to 2.2.6 version.sem2007-03-016-38/+34 * - Fix after moving to a new category.sem2007-02-052-3/+12 * Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1 * - misc-depends targed was removed from bsd.ports.mk. Don't use it anymore.sem2007-02-022-1/+12 * - Fix brackage after ports/Makefile 1.97 was committedsem2007-02-012-1/+14 * - Fix handling of lib/compat/pkg directorypav2007-01-262-1/+4 * - Update to 2.2.2. New stable version.sem2006-11-225-88/+19 * * Change WWW line.sem2006-11-101-1/+1 * Add a FreeBSD wiki page as a home page.sem2006-11-091-0/+1 * - Fix descriptions in pkgtools.conf to be obviouslier. [1]sem2006-08-253-0/+71 * - Update to 2.1.3.3.sem2006-08-234-42/+4 * - Make fetch(1) quiet when STDOUT is not a tty (as it was before).sem2006-08-102-3/+14 * - Fix a bug that caused incorrect output-processing in second-party soft.sem2006-07-232-1/+15 * - Fix a type: DBD4->BDB4 in messages.sem2006-07-211-2/+2 * - Fix a bug when values of -M was ignored.sem