1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/mkdesktop/Makefile
Kurt Jaeger ddc67ac4e4 sysutils/mkdesktop: update 4.2 -> 4.3
- bundles in hal and dbus to cater for desktops which don't
  automatically pull in these packages

PR:		246040
Submitted by:	Manish Jain <bourne.identity@hotmail.com> (maintainer)
2020-04-30 02:01:01 +00:00

27 lines
525 B
Makefile

# $FreeBSD$
PORTNAME= mkdesktop
PORTVERSION= 4.3
CATEGORIES= sysutils
MAINTAINER= bourne.identity@hotmail.com
COMMENT= Set up any desktop under FreeBSD with ease
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= bourne-again
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>