2003-10-06 03:02:58 +02:00
|
|
|
# New ports collection makefile for: ufmcontrol
|
|
|
|
# Date created: 7 December 2002
|
|
|
|
# Whom: nivit@users.sourceforge.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ufmcontrol-i18n
|
2009-04-09 19:19:33 +02:00
|
|
|
PORTVERSION= 0.2.3
|
2003-10-06 03:02:58 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/ufmcontrol/${PORTNAME}/${PORTVERSION}
|
2003-10-06 03:02:58 +02:00
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2003-10-06 03:02:58 +02:00
|
|
|
COMMENT= USB radio control utility
|
|
|
|
|
2009-04-09 19:19:33 +02:00
|
|
|
RUN_DEPENDS= snack>=2.2.10_4:${PORTSDIR}/audio/snack
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-04-09 19:19:33 +02:00
|
|
|
USE_TCL= yes
|
|
|
|
MAKE_ENV= NO_PROFILE=yes
|
2003-10-06 03:02:58 +02:00
|
|
|
|
|
|
|
MAN1= ufmcontrol.1
|
|
|
|
MANLANG= "" it.ISO8859-1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|