mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
32 lines
647 B
Makefile
32 lines
647 B
Makefile
# New ports collection makefile for: ibp
|
|
# Date created: 3 August 2008
|
|
# Whom: Diane Bruce <db@db.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ibp
|
|
PORTVERSION= 0.21
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= db
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= A little program for monitoring amateur radio beacons
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11
|
|
|
|
PLIST_FILES= bin/ibp
|
|
MAN1= ibp.1
|
|
MANCOMPRESSED= no
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ibp ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/ibp.1 ${MANPREFIX}/man/man1/ibp.1
|
|
|
|
.include <bsd.port.mk>
|