mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4f4c6521c9
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
26 lines
611 B
Makefile
26 lines
611 B
Makefile
# New ports collection makefile for: xglobe
|
|
# Version required: 0.2
|
|
# Date created: 20 January 1998
|
|
# Whom: Kris Kennaway <kris@FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xglobe-0.2
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://www.uni-karlsruhe.de/~uddn/xglobe/
|
|
|
|
MAINTAINER= kris@FreeBSD.ORG
|
|
|
|
USE_QT= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/xglobe/
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${PREFIX}/bin/
|
|
@${INSTALL_DATA} ${WRKSRC}/map.bmp ${PREFIX}/share/xglobe/
|
|
@${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${PREFIX}/share/xglobe/
|
|
|
|
.include <bsd.port.mk>
|