2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Andrey Zakhvatov
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-03-28 16:22:39 +01:00
|
|
|
|
2000-04-14 08:53:26 +02:00
|
|
|
PORTNAME= icbm3d
|
|
|
|
PORTVERSION= 0.4
|
2013-12-24 09:20:21 +01:00
|
|
|
PORTREVISION= 4
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= games
|
2012-09-10 04:53:42 +02:00
|
|
|
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/icbm3d/ \
|
2013-12-24 09:20:21 +01:00
|
|
|
SF/nemysisfreebsdp/games/${PORTNAME}/:icons
|
2012-09-10 04:53:42 +02:00
|
|
|
DISTFILES= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \
|
2013-12-24 09:20:21 +01:00
|
|
|
${PORTNAME}.png:icons
|
2012-09-10 04:53:42 +02:00
|
|
|
EXTRACT_ONLY= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX}
|
1998-03-28 16:22:39 +01:00
|
|
|
|
2014-10-31 17:11:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-09-10 04:53:42 +02:00
|
|
|
COMMENT= Inter-Continental Ballistic Missiles, 3D
|
1998-03-28 16:22:39 +01:00
|
|
|
|
2013-12-24 09:20:21 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2012-09-10 04:53:42 +02:00
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= xorg
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2000-04-02 03:00:24 +02:00
|
|
|
MAKEFILE= makefile
|
2012-09-10 04:53:42 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
2013-12-24 09:20:21 +01:00
|
|
|
share/pixmaps/${PORTNAME}.png
|
2012-09-10 04:53:42 +02:00
|
|
|
|
|
|
|
PORTDOCS= README.txt
|
2013-12-24 09:20:21 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
1998-03-28 16:22:39 +01:00
|
|
|
|
2013-12-24 09:20:21 +01:00
|
|
|
DESKTOP_ENTRIES="ICBM3D" "" "${PORTNAME}" \
|
|
|
|
"${PORTNAME}" "Game;ArcadeGame;" ""
|
2012-09-10 04:53:42 +02:00
|
|
|
|
2013-12-24 09:20:21 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
|
|
|
${STAGEDIR}${PREFIX}/share/pixmaps/
|
2012-09-10 04:53:42 +02:00
|
|
|
|
2013-12-24 09:20:21 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
1998-03-28 16:22:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|