1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/cad/layouteditor/Makefile
Max Brazhnikov 5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00

28 lines
612 B
Makefile

# Created by: Hiroki Sato <hrs@FreeBSD.org>
# $FreeBSD$
PORTNAME= layouteditor
PORTVERSION= 0.0.20110614
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= hrs
DISTNAME= LayoutEditor-${PORTVERSION:S,^0.0.,,}-gpl-src
MAINTAINER= hrs@FreeBSD.org
COMMENT= IC/MEMS layout editor
LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype
USES= qmake
USE_QT4= corelib gui network moc_build sql uic_build \
rcc_build qt3support xml
USE_ZIP= yes
WRKSRC= ${WRKDIR}/layout
PLIST_FILES= bin/layout
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/layout ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>