1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/deskutils/xrolo/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

29 lines
632 B
Makefile

# Created by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
# $FreeBSD$
PORTNAME= xrolo
PORTVERSION= 2.6
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/open-look/ \
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
DISTNAME= ${PORTNAME}.v2p6
MAINTAINER= ports@FreeBSD.org
COMMENT= Electronic Rolodex
LIB_DEPENDS= libxview.so:x11-toolkits/xview
WRKSRC= ${WRKDIR}/xrolo
USES= imake tar:Z
USE_XORG= x11 xext
PLIST_FILES= bin/xrolo man/man1/xrolo.1.gz
CFLAGS+= -Wno-return-type
post-configure:
@${REINPLACE_CMD} 's|DESTDIR) |DESTDIR)|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>