mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= misterproper
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 10
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= SF
|
|
#ftp://misterproper.sourceforge.net/pub/misterproper/releases/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME application designed to manage cyclic tasks
|
|
|
|
USES= pathfix
|
|
USE_GNOME= gnomelibs gnomeprefix
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|