mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
42efc2a169
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
25 lines
528 B
Makefile
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>
|