mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
05bca45df2
Submitted by: maintainer
30 lines
601 B
Makefile
30 lines
601 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.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://www.algorithm.at/comp/icemc/
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
PATCHFILES= icemc-0.2.2.patch.tar.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= adam@vectors.cx
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_QT_VER= 2
|
|
|
|
MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \
|
|
MOC="${MOC}" LIBQT="-l${QTNAME}"
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|