20 lines
376 B
Makefile
20 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/05/07 12:40:57 pascal Exp $
|
|
|
|
COMMENT = extra data files for vegastrike
|
|
|
|
DISTNAME = vegastrike-extra-${V}
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = games/vegastrike/data>=${V}
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/vegastrike
|
|
cd ${WRKSRC} && pax -rw . ${PREFIX}/share/vegastrike
|
|
|
|
.include <bsd.port.mk>
|