mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
3de3028d38
- Adjust USE_QT4 components Approved by: portmgr (blanket approval)
22 lines
462 B
Makefile
22 lines
462 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= peg-e
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gottcode.org/peg-e/ \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Peg elimination game
|
|
|
|
USES= qmake
|
|
USE_BZIP2= yes
|
|
USE_QT4= corelib gui moc_build rcc_build
|
|
INSTALLS_ICONS= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|