freebsd-ports/misc/icemc/Makefile
Adam Weinberger 42efc2a169 Update icemc 0.2.2 -> 0.2.3. Although the port now officially uses QT3
instead of QT2, this release is primarily a bugfix to prevent the program
from dumping core and truncating the menu file when saving.

This fix was based upon knowledge gleamed from:
PR:		44318
Submitted by:	brian K. White <brian@aljex.ocm>

Approved by:	pat, kris
2002-11-29 06:31:28 +00:00

25 lines
528 B
Makefile

# New ports collection makefile for: icemc
# Date created: 31 December 2001
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= icemc
PORTVERSION= 0.2.3
CATEGORIES= x11-wm
MASTER_SITES= http://www.algorithm.at/comp/icemc/
MAINTAINER= adamw@FreeBSD.org
USE_X_PREFIX= yes
USE_QT_VER= 3
MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" MOC="${MOC}" LIBQT="-lqt-mt"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
.include <bsd.port.mk>