blob: b261a13cbc85f9d38a423b5dd0b7bc42b58b356f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: alabastra
# Date created: 20 Jun 2007
# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
#
# $FreeBSD$
PORTNAME= alabastra
PORTVERSION= 0.2b
CATEGORIES= devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR=${PORTNAME}
DISTNAME= Alabastra-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= liu_yinghong@yahoo.com.cn
COMMENT= C++ Editor writed with QT4
USE_QT_VER= 4
QT_COMPONENTS= qmake moc gui xml
WRKSRC= ${WRKDIR}/Alabastra-${PORTVERSION}
PLIST_FILES= bin/alabastra
do-configure:
( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix PREFIX=${PREFIX} Alabastra.pro )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Alabastra ${PREFIX}/bin/alabastra
.include <bsd.port.mk>
|