diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-15 19:36:56 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-15 19:36:56 +0000 |
commit | 518cc42311a9ef3b7a67029a3d862a6de7ed89a3 (patch) | |
tree | ac0fcd4a12db93bbb0349d70175b745617970cdc /comms/xwota/Makefile | |
parent | 37e69c6cc7fd5ac4f5eb75a8dc2e466c5fa1b133 (diff) | |
download | ports-518cc42311a9ef3b7a67029a3d862a6de7ed89a3.tar.gz ports-518cc42311a9ef3b7a67029a3d862a6de7ed89a3.zip |
Notes
Diffstat (limited to 'comms/xwota/Makefile')
-rw-r--r-- | comms/xwota/Makefile | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile new file mode 100644 index 000000000000..bf08bbcdbe34 --- /dev/null +++ b/comms/xwota/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: xwota +# Date created: September 13 2006 +# Whom: Diane Bruce <db@db.net +# +# $FreeBSD$ +# + +PORTNAME= xwota +PORTVERSION= 0.4 +CATEGORIES= comms hamradio +MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ + +MAINTAINER= db@db.net +COMMENT= X version of who is on the air + +USE_GNOME= gtk20 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for d in ${WRKSRC}/README \ + ${WRKSRC}/COPYING \ + ${WRKSRC}/AUTHORS \ + ${WRKSRC}/ChangeLog \ + ${WRKSRC}/INSTALL \ + ${WRKSRC}/NEWS \ + ${WRKSRC}/TODO + @${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR} +.endfor + @${ECHO} "" + @${ECHO} "xwota docs installed in ${DOCSDIR}" + @${ECHO} "" +.endif + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= does not build 4.x +.endif + +.include <bsd.port.post.mk> |