1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/misc/icemc/Makefile
Patrick Li 05bca45df2 Update maintainer's email address
Submitted by:	maintainer
2002-07-22 22:31:07 +00:00

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>