mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6ea09b0170
Approved by: bapt (mentor)
24 lines
473 B
Makefile
24 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gorm
|
|
PORTVERSION= 1.2.20
|
|
CATEGORIES= devel gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
MASTER_SITE_SUBDIR= dev-apps
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Graphical Object Relationship Modeller
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
|
|
|
DEFAULT_LIBVERSION= 1.1.0
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
|
|
|
.include <bsd.port.mk>
|