1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/deskutils/menumaker/Makefile
Jason Helfman 21ca0118d5 - Make menumaker configure script properly find python.
- Change configure to look for python3.5 and python3.6, as well as older
  versions.
- Add LDFLAGS to make it possible for the configure script to find python
  libraries.  Actually use python in Makefile.in.

Reviewed by/with: zeising@
2019-08-08 17:00:58 +00:00

25 lines
417 B
Makefile

# Created by: alepulver@FreeBSD.org
# $FreeBSD$
PORTNAME= menumaker
PORTVERSION= 0.99.11
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Menu generator for X Window Managers and desktop environments
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake python
GNU_CONFIGURE= yes
NO_ARCH= yes
LDFLAGS+= -L${LOCALBASE}/lib
INFO= mmaker
.include <bsd.port.mk>