a0bcd2cf68
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
29 lines
635 B
Makefile
29 lines
635 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qqwing
|
|
PORTVERSION= 1.3.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= games gnome
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Sudoku generating and solving software
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stephenostermiller
|
|
|
|
USES= autoreconf gmake libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_OUTSOURCE= yes
|
|
AUTORECONF_WRKSRC= ${WRKSRC}/build
|
|
CONFIGURE_CMD= ${AUTORECONF_WRKSRC}/configure
|
|
INSTALL_TARGET= install-strip
|
|
|
|
pre-build:
|
|
@${LN} -sf ${WRKSRC}/doc/qqwing.man ${BUILD_WRKSRC}/qqwing.1
|
|
@${LN} -sf ${WRKSRC}/src/cpp/*.[ch]pp ${BUILD_WRKSRC}/
|
|
|
|
.include <bsd.port.mk>
|