freebsd-ports/graphics/autoq3d/Makefile
Rusmir Dusko e32eeb8bc9 These ports are no longer used or cared for.
comms/spandsp-devel

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo

deskutils/kupfer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes

deskutils/rubrica

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes

graphics/Hermes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library

graphics/aoi

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/autoq3d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/box

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/boxer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/cbrpager

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbview

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbviewer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/eos-movrec

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree

graphics/evolvotron

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

graphics/fracplanet

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters

graphics/gnofract4d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/icon-slicer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS

graphics/lcdtest

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf

graphics/multican

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/photopc

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/pngcheck

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pngwriter

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pstoedit

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries

graphics/skencil

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries

misc/boxes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR

misc/explosions

- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@

misc/wmweather+

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS

multimedia/dvdauthor

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

multimedia/dvdid

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library

multimedia/freetuxtv

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

multimedia/gtk-youtube-viewer

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

net/wlan2eth

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
2014-04-28 21:31:31 +00:00

46 lines
1.2 KiB
Makefile

# Created by: Yinghong.Liu <relaxbsd@gmail.com>
# $FreeBSD$
PORTNAME= autoq3d
PORTVERSION= 1.40
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AutoQ3D%20${PORTVERSION}
DISTNAME= AutoQ3DCommunity${PORTVERSION:C/\./-/}qt4source
MAINTAINER= ports@FreeBSD.org
COMMENT= Qt 4 quick 3D model editor
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= dos2unix qmake zip
DOS2UNIX_FILES= *.pro src/cmds/*.cpp src/fgui/*.cpp docs/*.txt
DOS2UNIX_REGEX= .*.[^p][^n][^g]$
USE_GL= glu
USE_QT4= corelib gui opengl moc_build
PORTDOCS= 3DQformat.txt ChangeLog.txt
OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES="AutoQ3D" "" "${PORTNAME}" \
"${PORTNAME}" "Graphics;3DGraphics;Qt;" ""
post-patch:
.for file in src/main.cpp src/fgui/cadform.cpp src/dialogs/prgsettings.cpp
@${REINPLACE_CMD} \
-e 's|/usr/share/AutoQ3D-Community|${DATADIR}|g' \
${WRKSRC}/${file}
.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/AutoQ3D ${STAGEDIR}${PREFIX}/bin/
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "images *.htm *.qm" \
${STAGEDIR}${DATADIR})
${INSTALL_DATA} ${WRKSRC}/AutoQ3D.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>